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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4340

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time,
  :source_connection)
  SENSITIVE = []
  include Aws::Structure
end

#product_arnString

The ARN of the product.

Returns:

  • (String)


4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4340

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time,
  :source_connection)
  SENSITIVE = []
  include Aws::Structure
end

#product_view_summaryTypes::ProductViewSummary

Summary information about the product view.



4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4340

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time,
  :source_connection)
  SENSITIVE = []
  include Aws::Structure
end

#source_connectionTypes::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.



4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4340

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time,
  :source_connection)
  SENSITIVE = []
  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)


4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4340

class ProductViewDetail < Struct.new(
  :product_view_summary,
  :status,
  :product_arn,
  :created_time,
  :source_connection)
  SENSITIVE = []
  include Aws::Structure
end