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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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.
4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4444 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 |