RecordDetail class
Information about a request operation.
Constructors
-
RecordDetail({DateTime? createdTime, String? launchRoleArn, String? pathId, String? productId, String? provisionedProductId, String? provisionedProductName, String? provisionedProductType, String? provisioningArtifactId, List<
RecordError> ? recordErrors, String? recordId, List<RecordTag> ? recordTags, String? recordType, RecordStatus? status, DateTime? updatedTime}) -
RecordDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdTime → DateTime?
-
The UTC time stamp of the creation time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- launchRoleArn → String?
-
The ARN of the launch role associated with the provisioned product.
final
- pathId → String?
-
The path identifier.
final
- productId → String?
-
The product identifier.
final
- provisionedProductId → String?
-
The identifier of the provisioned product.
final
- provisionedProductName → String?
-
The user-friendly name of the provisioned product.
final
- provisionedProductType → String?
-
The type of provisioned product. The supported values are
CFN_STACK
andCFN_STACKSET
.final - provisioningArtifactId → String?
-
The identifier of the provisioning artifact.
final
-
recordErrors
→ List<
RecordError> ? -
The errors that occurred.
final
- recordId → String?
-
The identifier of the record.
final
-
recordTags
→ List<
RecordTag> ? -
One or more tags.
final
- recordType → String?
-
The record type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → RecordStatus?
-
The status of the provisioned product.
final
- updatedTime → DateTime?
-
The time when the record was last updated.
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