Class: Aws::ApiGatewayV2::Types::CreateProductPageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateProductPageResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/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.
2595 2596 2597 2598 2599 2600 2601 2602 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2595 class CreateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
2595 2596 2597 2598 2599 2600 2601 2602 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2595 class CreateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_arn ⇒ String
2595 2596 2597 2598 2599 2600 2601 2602 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2595 class CreateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_id ⇒ String
2595 2596 2597 2598 2599 2600 2601 2602 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2595 class CreateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |