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.
 - 
  
    
      #source_connection  ⇒ Types::SourceConnectionDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A top level
ProductViewDetailresponse containing details about the product’s connection. - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the product.
 
Instance Attribute Details
#created_time ⇒ Time
The UTC time stamp of the creation time.
      4378 4379 4380 4381 4382 4383 4384 4385 4386  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4378 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time, :source_connection) SENSITIVE = [] include Aws::Structure end  | 
  
#product_arn ⇒ String
The ARN of the product.
      4378 4379 4380 4381 4382 4383 4384 4385 4386  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4378 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time, :source_connection) SENSITIVE = [] include Aws::Structure end  | 
  
#product_view_summary ⇒ Types::ProductViewSummary
Summary information about the product view.
      4378 4379 4380 4381 4382 4383 4384 4385 4386  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4378 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time, :source_connection) SENSITIVE = [] include Aws::Structure end  | 
  
#source_connection ⇒ Types::SourceConnectionDetail
A top level ProductViewDetail response containing details about
the product’s connection. Service Catalog returns this field for the
CreateProduct, UpdateProduct, DescribeProductAsAdmin, and
SearchProductAsAdmin APIs. This response contains the same fields
as the ConnectionParameters request, with the addition of the
LastSync response.
      4378 4379 4380 4381 4382 4383 4384 4385 4386  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4378 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time, :source_connection) 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.
      4378 4379 4380 4381 4382 4383 4384 4385 4386  | 
    
      # File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4378 class ProductViewDetail < Struct.new( :product_view_summary, :status, :product_arn, :created_time, :source_connection) SENSITIVE = [] include Aws::Structure end  |