Class: Aws::ApiGatewayV2::Types::UpdateProductRestEndpointPageRequestContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#display_contentTypes::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_stateString

The try it state of a product REST endpoint page.

Returns:

  • (String)


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