Class: Aws::ApiGatewayV2::Types::GetProductPageResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetProductPageResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Gets a product page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::DisplayContent
The content of the product page.
-
#last_modified ⇒ Time
The timestamp when the product page was last modified.
-
#product_page_arn ⇒ String
The ARN of the product page.
-
#product_page_id ⇒ String
The product page identifier.
Instance Attribute Details
#display_content ⇒ Types::DisplayContent
The content of the product page.
5496 5497 5498 5499 5500 5501 5502 5503 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5496 class GetProductPageResponseContent < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The timestamp when the product page was last modified.
5496 5497 5498 5499 5500 5501 5502 5503 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5496 class GetProductPageResponseContent < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_arn ⇒ String
The ARN of the product page.
5496 5497 5498 5499 5500 5501 5502 5503 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5496 class GetProductPageResponseContent < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_id ⇒ String
The product page identifier.
5496 5497 5498 5499 5500 5501 5502 5503 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5496 class GetProductPageResponseContent < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |