Class: Aws::ServiceCatalog::Types::ProductViewDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a product view.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3868

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time)
  include Aws::Structure
end

#product_arnString

The ARN of the product.

Returns:

  • (String)


3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3868

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time)
  include Aws::Structure
end

#product_view_summaryTypes::ProductViewSummary

Summary information about the product view.



3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3868

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time)
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3868

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time)
  include Aws::Structure
end