CreateFleetResponse class

Constructors

CreateFleetResponse({String? arn, DateTime? createdAt, String? name, Map<String, String>? tags})
CreateFleetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the fleet.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the fleet was created.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the fleet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The list of all tags added to the fleet.
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