Class: Aws::ApiGatewayV2::Types::EndpointDisplayContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::EndpointDisplayContentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
The product REST endpoint page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The API documentation.
-
#endpoint ⇒ String
The URL to invoke your REST API.
-
#operation_name ⇒ String
The operation name.
Instance Attribute Details
#body ⇒ String
The API documentation.
4167 4168 4169 4170 4171 4172 4173 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4167 class EndpointDisplayContentResponse < Struct.new( :body, :endpoint, :operation_name) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
The URL to invoke your REST API.
4167 4168 4169 4170 4171 4172 4173 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4167 class EndpointDisplayContentResponse < Struct.new( :body, :endpoint, :operation_name) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
The operation name.
4167 4168 4169 4170 4171 4172 4173 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4167 class EndpointDisplayContentResponse < Struct.new( :body, :endpoint, :operation_name) SENSITIVE = [] include Aws::Structure end |