Class: Aws::ServiceCatalog::Types::ProductViewSummary

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

Overview

Summary information about a product view.

Instance Attribute Summary collapse

Instance Attribute Details

#distributorString

The distributor of the product. Contact the product administrator for the significance of this value.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#has_default_pathBoolean

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.

Returns:

  • (Boolean)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#idString

The product view identifier.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#nameString

The name of the product.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#ownerString

The owner of the product. Contact the product administrator for the significance of this value.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#short_descriptionString

Short description of the product.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#support_descriptionString

The description of the support for this Product.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#support_emailString

The email contact information to obtain support for this Product.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#support_urlString

The URL information to obtain support for this Product.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end

#typeString

The product type. Contact the product administrator for the significance of this value. If this value is ‘MARKETPLACE`, the product was created by AWS Marketplace.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3932

class ProductViewSummary < Struct.new(
  :id,
  :product_id,
  :name,
  :owner,
  :short_description,
  :type,
  :distributor,
  :has_default_path,
  :support_email,
  :support_description,
  :support_url)
  include Aws::Structure
end