Class: Aws::ApiGatewayV2::Types::ProductPageSummaryNoBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ProductPageSummaryNoBody
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a product page summary without listing any page content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified ⇒ Time
The timestamp when the product page was last modified.
-
#page_title ⇒ String
The page title.
-
#product_page_arn ⇒ String
The ARN of the product page.
-
#product_page_id ⇒ String
The product page identifier.
Instance Attribute Details
#last_modified ⇒ Time
The timestamp when the product page was last modified.
7328 7329 7330 7331 7332 7333 7334 7335 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7328 class ProductPageSummaryNoBody < Struct.new( :last_modified, :page_title, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#page_title ⇒ String
The page title.
7328 7329 7330 7331 7332 7333 7334 7335 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7328 class ProductPageSummaryNoBody < Struct.new( :last_modified, :page_title, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_arn ⇒ String
The ARN of the product page.
7328 7329 7330 7331 7332 7333 7334 7335 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7328 class ProductPageSummaryNoBody < Struct.new( :last_modified, :page_title, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |
#product_page_id ⇒ String
The product page identifier.
7328 7329 7330 7331 7332 7333 7334 7335 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7328 class ProductPageSummaryNoBody < Struct.new( :last_modified, :page_title, :product_page_arn, :product_page_id) SENSITIVE = [] include Aws::Structure end |