Class: Aws::ServiceCatalog::Types::ProductViewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProductViewSummary
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Summary information about a product view.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distributor ⇒ String
The distributor of the product.
-
#has_default_path ⇒ Boolean
Indicates whether the product has a default path.
-
#id ⇒ String
The product view identifier.
-
#name ⇒ String
The name of the product.
-
#owner ⇒ String
The owner of the product.
-
#product_id ⇒ String
The product identifier.
-
#short_description ⇒ String
Short description of the product.
-
#support_description ⇒ String
The description of the support for this Product.
-
#support_email ⇒ String
The email contact information to obtain support for this Product.
-
#support_url ⇒ String
The URL information to obtain support for this Product.
-
#type ⇒ String
The product type.
Instance Attribute Details
#distributor ⇒ String
The distributor of the product. Contact the product administrator for the significance of this value.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#has_default_path ⇒ Boolean
Indicates whether the product has a default path. If the product does not have a default path, call ListLaunchPaths to disambiguate between paths. Otherwise, ListLaunchPaths is not required, and the output of ProductViewSummary can be used directly with DescribeProvisioningParameters.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The product view identifier.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the product.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the product. Contact the product administrator for the significance of this value.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#short_description ⇒ String
Short description of the product.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#support_description ⇒ String
The description of the support for this Product.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#support_email ⇒ String
The email contact information to obtain support for this Product.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#support_url ⇒ String
The URL information to obtain support for this Product.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The product type. Contact the product administrator for the
significance of this value. If this value is MARKETPLACE
, the
product was created by Amazon Web Services Marketplace.
4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4396 class ProductViewSummary < Struct.new( :id, :product_id, :name, :owner, :short_description, :type, :distributor, :has_default_path, :support_email, :support_description, :support_url) SENSITIVE = [] include Aws::Structure end |