Attachment class
An object representing a container instance or task attachment.
Constructors
- 
          Attachment({List<KeyValuePair> ? details, String? id, String? status, String? type})
- 
          Attachment.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  details
  → List<KeyValuePair> ?
- 
  Details of the attachment. For elastic network interfaces, this includes the
network interface ID, the MAC address, the subnet ID, and the private IPv4
address.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String?
- 
  The unique identifier for the attachment.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status → String?
- 
  The status of the attachment. Valid values are PRECREATED,CREATED,ATTACHING,ATTACHED,DETACHING,DETACHED, andDELETED.final
- type → String?
- 
  The type of the attachment, such as ElasticNetworkInterface.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