Class: Aws::ApiGatewayV2::Types::UpdateProductPageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateProductPageResponse
- 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.
10336 10337 10338 10339 10340 10341 10342 10343 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10336 class UpdateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
10336 10337 10338 10339 10340 10341 10342 10343 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10336 class UpdateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_arn ⇒ String
10336 10337 10338 10339 10340 10341 10342 10343 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10336 class UpdateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_id ⇒ String
10336 10337 10338 10339 10340 10341 10342 10343 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10336 class UpdateProductPageResponse < Struct.new( :display_content, :last_modified, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |