You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceCatalog::Types::DescribeProvisioningParametersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProvisioningParametersOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#constraint_summaries ⇒ Array<Types::ConstraintSummary>
Information about the constraints used to provision the product.
-
#provisioning_artifact_outputs ⇒ Array<Types::ProvisioningArtifactOutput>
The output of the provisioning artifact.
-
#provisioning_artifact_parameters ⇒ Array<Types::ProvisioningArtifactParameter>
Information about the parameters used to provision the product.
-
#provisioning_artifact_preferences ⇒ Types::ProvisioningArtifactPreferences
An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.
-
#tag_options ⇒ Array<Types::TagOptionSummary>
Information about the TagOptions associated with the resource.
-
#usage_instructions ⇒ Array<Types::UsageInstruction>
Any additional metadata specifically related to the provisioning of the product.
Instance Attribute Details
#constraint_summaries ⇒ Array<Types::ConstraintSummary>
Information about the constraints used to provision the product.
#provisioning_artifact_outputs ⇒ Array<Types::ProvisioningArtifactOutput>
The output of the provisioning artifact.
#provisioning_artifact_parameters ⇒ Array<Types::ProvisioningArtifactParameter>
Information about the parameters used to provision the product.
#provisioning_artifact_preferences ⇒ Types::ProvisioningArtifactPreferences
An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.
#tag_options ⇒ Array<Types::TagOptionSummary>
Information about the TagOptions associated with the resource.
#usage_instructions ⇒ Array<Types::UsageInstruction>
Any additional metadata specifically related to the provisioning of the
product. For example, see the Version
field of the CloudFormation
template.