Class: Aws::ApiGatewayV2::Types::PortalProductSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::PortalProductSummary
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a portal product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description.
-
#display_name ⇒ String
The display name of a portal product.
-
#last_modified ⇒ Time
The timestamp when the portal product was last modified.
-
#portal_product_arn ⇒ String
The ARN of a portal product.
-
#portal_product_id ⇒ String
The portal product identifier.
-
#tags ⇒ Hash<String,String>
The collection of tags.
Instance Attribute Details
#description ⇒ String
The description.
7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7169 class PortalProductSummary < Struct.new( :description, :display_name, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of a portal product.
7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7169 class PortalProductSummary < Struct.new( :description, :display_name, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The timestamp when the portal product was last modified.
7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7169 class PortalProductSummary < Struct.new( :description, :display_name, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#portal_product_arn ⇒ String
The ARN of a portal product.
7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7169 class PortalProductSummary < Struct.new( :description, :display_name, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#portal_product_id ⇒ String
The portal product identifier.
7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7169 class PortalProductSummary < Struct.new( :description, :display_name, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags. Each tag element is associated with a given resource.
7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7169 class PortalProductSummary < Struct.new( :description, :display_name, :last_modified, :portal_product_arn, :portal_product_id, :tags) SENSITIVE = [] include Aws::Structure end |