ProvisionedProductAttribute class

Information about a provisioned product.

Constructors

ProvisionedProductAttribute({String? arn, DateTime? createdTime, String? id, String? idempotencyToken, String? lastProvisioningRecordId, String? lastRecordId, String? lastSuccessfulProvisioningRecordId, String? name, String? physicalId, String? productId, String? productName, String? provisioningArtifactId, String? provisioningArtifactName, ProvisionedProductStatus? status, String? statusMessage, List<Tag>? tags, String? type, String? userArn, String? userArnSession})
ProvisionedProductAttribute.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the provisioned product.
final
createdTime DateTime?
The UTC time stamp of the creation time.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the provisioned product.
final
idempotencyToken String?
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
final
lastProvisioningRecordId String?
The record identifier of the last request performed on this provisioned product of the following types:
final
lastRecordId String?
The record identifier of the last request performed on this provisioned product.
final
lastSuccessfulProvisioningRecordId String?
The record identifier of the last successful request performed on this provisioned product of the following types:
final
name String?
The user-friendly name of the provisioned product.
final
physicalId String?
The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.
final
productId String?
The product identifier.
final
productName String?
The name of the product.
final
provisioningArtifactId String?
The identifier of the provisioning artifact.
final
provisioningArtifactName String?
The name of the provisioning artifact.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ProvisionedProductStatus?
The current status of the provisioned product.
final
statusMessage String?
The current status message of the provisioned product.
final
tags List<Tag>?
One or more tags.
final
type String?
The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
final
userArn String?
The Amazon Resource Name (ARN) of the IAM user.
final
userArnSession String?
The ARN of the IAM user in the session. This ARN might contain a session ID.
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