Class: Aws::ApiGatewayV2::Types::DisplayContentOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DisplayContentOverrides
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Contains any values that override the default configuration generated from API Gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
By default, this is the documentation of your REST API from API Gateway.
-
#endpoint ⇒ String
The URL for your REST API.
-
#operation_name ⇒ String
The operation name of the product REST endpoint.
Instance Attribute Details
#body ⇒ String
By default, this is the documentation of your REST API from API Gateway. You can provide custom documentation to override this value.
3918 3919 3920 3921 3922 3923 3924 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3918 class DisplayContentOverrides < Struct.new( :body, :endpoint, :operation_name) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
The URL for your REST API. By default, API Gateway uses the default execute API endpoint. You can provide a custom domain to override this value.
3918 3919 3920 3921 3922 3923 3924 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3918 class DisplayContentOverrides < Struct.new( :body, :endpoint, :operation_name) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
The operation name of the product REST endpoint.
3918 3919 3920 3921 3922 3923 3924 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3918 class DisplayContentOverrides < Struct.new( :body, :endpoint, :operation_name) SENSITIVE = [] include Aws::Structure end |