Class: Aws::ServiceCatalog::Types::DescribeProductOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProductOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budgets ⇒ Array<Types::BudgetDetail>
Information about the associated budgets.
-
#launch_paths ⇒ Array<Types::LaunchPath>
Information about the associated launch paths.
-
#product_view_summary ⇒ Types::ProductViewSummary
Summary information about the product view.
-
#provisioning_artifacts ⇒ Array<Types::ProvisioningArtifact>
Information about the provisioning artifacts for the specified product.
Instance Attribute Details
#budgets ⇒ Array<Types::BudgetDetail>
Information about the associated budgets.
1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1881 class DescribeProductOutput < Struct.new( :product_view_summary, :provisioning_artifacts, :budgets, :launch_paths) SENSITIVE = [] include Aws::Structure end |
#launch_paths ⇒ Array<Types::LaunchPath>
Information about the associated launch paths.
1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1881 class DescribeProductOutput < Struct.new( :product_view_summary, :provisioning_artifacts, :budgets, :launch_paths) SENSITIVE = [] include Aws::Structure end |
#product_view_summary ⇒ Types::ProductViewSummary
Summary information about the product view.
1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1881 class DescribeProductOutput < Struct.new( :product_view_summary, :provisioning_artifacts, :budgets, :launch_paths) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifacts ⇒ Array<Types::ProvisioningArtifact>
Information about the provisioning artifacts for the specified product.
1881 1882 1883 1884 1885 1886 1887 1888 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1881 class DescribeProductOutput < Struct.new( :product_view_summary, :provisioning_artifacts, :budgets, :launch_paths) SENSITIVE = [] include Aws::Structure end |