Class: Aws::ApiGatewayV2::Types::GetProductPageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetProductPageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::DisplayContent
The content of the product page.
- #last_modified ⇒ Time
- #product_page_arn ⇒ String
- #product_page_id ⇒ String
Instance Attribute Details
#display_content ⇒ Types::DisplayContent
The content of the product page.
5469 5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469 class GetProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
5469 5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469 class GetProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_arn ⇒ String
5469 5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469 class GetProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_id ⇒ String
5469 5470 5471 5472 5473 5474 5475 5476 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5469 class GetProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |