ProvisioningTemplateSummary class
A summary of information about a fleet provisioning template.
Constructors
- ProvisioningTemplateSummary.new({DateTime? creationDate, String? description, bool? enabled, DateTime? lastModifiedDate, String? templateArn, String? templateName})
-
ProvisioningTemplateSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → DateTime?
-
The date when the fleet provisioning template summary was created.
final
- description → String?
-
The description of the fleet provisioning template.
final
- enabled → bool?
-
True if the fleet provision template is enabled, otherwise false.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedDate → DateTime?
-
The date when the fleet provisioning template summary was last modified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- templateArn → String?
-
The ARN of the fleet provisioning template.
final
- templateName → String?
-
The name of the fleet provisioning 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