Class: Aws::ServiceCatalog::Types::ProductViewDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProductViewDetail
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a product view.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The UTC time stamp of the creation time.
-
#product_arn ⇒ String
The ARN of the product.
-
#product_view_summary ⇒ Types::ProductViewSummary
Summary information about the product view.
-
#status ⇒ String
The status of the product.
Instance Attribute Details
#created_time ⇒ Time
The UTC time stamp of the creation time.
4854 4855 4856 4857 4858 4859 4860 4861 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4854 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time) SENSITIVE = [] include Aws::Structure end |
#product_arn ⇒ String
The ARN of the product.
4854 4855 4856 4857 4858 4859 4860 4861 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4854 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time) SENSITIVE = [] include Aws::Structure end |
#product_view_summary ⇒ Types::ProductViewSummary
Summary information about the product view.
4854 4855 4856 4857 4858 4859 4860 4861 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4854 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the product.
AVAILABLE
- The product is ready for use.CREATING
- Product creation has started; the product is not ready for use.FAILED
- An action failed.
4854 4855 4856 4857 4858 4859 4860 4861 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4854 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time) SENSITIVE = [] include Aws::Structure end |