Class: Aws::ApiGatewayV2::Types::UpdateProductRestEndpointPageRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateProductRestEndpointPageRequestContent
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Updates a product REST endpoint page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContent
The display content.
-
#try_it_state ⇒ String
The try it state of a product REST endpoint page.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContent
The display content.
10405 10406 10407 10408 10409 10410 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10405 class UpdateProductRestEndpointPageRequestContent < Struct.new( :display_content, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#try_it_state ⇒ String
The try it state of a product REST endpoint page.
10405 10406 10407 10408 10409 10410 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10405 class UpdateProductRestEndpointPageRequestContent < Struct.new( :display_content, :try_it_state) SENSITIVE = [] include Aws::Structure end |