ProvisionedProductPlanDetails class

Information about a plan.

Constructors

ProvisionedProductPlanDetails({DateTime? createdTime, List<String>? notificationArns, String? pathId, String? planId, String? planName, ProvisionedProductPlanType? planType, String? productId, String? provisionProductId, String? provisionProductName, String? provisioningArtifactId, List<UpdateProvisioningParameter>? provisioningParameters, ProvisionedProductPlanStatus? status, String? statusMessage, List<Tag>? tags, DateTime? updatedTime})
ProvisionedProductPlanDetails.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
notificationArns List<String>?
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
final
pathId String?
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.
final
planId String?
The plan identifier.
final
planName String?
The name of the plan.
final
planType ProvisionedProductPlanType?
The plan type.
final
productId String?
The product identifier.
final
provisioningArtifactId String?
The identifier of the provisioning artifact.
final
provisioningParameters List<UpdateProvisioningParameter>?
Parameters specified by the administrator that are required for provisioning the product.
final
provisionProductId String?
The product identifier.
final
provisionProductName String?
The user-friendly name of the provisioned product.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ProvisionedProductPlanStatus?
The status.
final
statusMessage String?
The status message.
final
tags List<Tag>?
One or more tags.
final
updatedTime DateTime?
The time when the plan 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