Class: Aws::ApiGatewayV2::Types::CreateProductRestEndpointPageRequestContent

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

Instance Attribute Details

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

The try it state of the product REST endpoint page.

Returns:

  • (String)


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