Class: Aws::ApiGatewayV2::Types::CreateProductRestEndpointPageRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateProductRestEndpointPageRequestContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Creates a product REST endpoint page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContent
The content of the product REST endpoint page.
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST endpoint identifier.
-
#try_it_state ⇒ String
The try it state of the product REST endpoint page.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContent
The content of the product REST endpoint page.
2669 2670 2671 2672 2673 2674 2675 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2669 class CreateProductRestEndpointPageRequestContent < Struct.new( :display_content, :rest_endpoint_identifier, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST endpoint identifier.
2669 2670 2671 2672 2673 2674 2675 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2669 class CreateProductRestEndpointPageRequestContent < Struct.new( :display_content, :rest_endpoint_identifier, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#try_it_state ⇒ String
The try it state of the product REST endpoint page.
2669 2670 2671 2672 2673 2674 2675 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2669 class CreateProductRestEndpointPageRequestContent < Struct.new( :display_content, :rest_endpoint_identifier, :try_it_state) SENSITIVE = [] include Aws::Structure end |