DescribeProvisioningParametersOutput class

Constructors

DescribeProvisioningParametersOutput({List<ConstraintSummary>? constraintSummaries, List<ProvisioningArtifactOutput>? provisioningArtifactOutputs, List<ProvisioningArtifactParameter>? provisioningArtifactParameters, ProvisioningArtifactPreferences? provisioningArtifactPreferences, List<TagOptionSummary>? tagOptions, List<UsageInstruction>? usageInstructions})
DescribeProvisioningParametersOutput.fromJson(Map<String, dynamic> json)
factory

Properties

constraintSummaries List<ConstraintSummary>?
Information about the constraints used to provision the product.
final
hashCode int
The hash code for this object.
no setterinherited
provisioningArtifactOutputs List<ProvisioningArtifactOutput>?
The output of the provisioning artifact.
final
provisioningArtifactParameters List<ProvisioningArtifactParameter>?
Information about the parameters used to provision the product.
final
provisioningArtifactPreferences ProvisioningArtifactPreferences?
An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagOptions List<TagOptionSummary>?
Information about the TagOptions associated with the resource.
final
usageInstructions List<UsageInstruction>?
Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited