Association class
Describes an association of a Systems Manager document and an instance.
Constructors
- 
          Association({String? associationId, String? associationName, String? associationVersion, String? documentVersion, String? instanceId, DateTime? lastExecutionDate, String? name, AssociationOverview? overview, String? scheduleExpression, List<Target> ? targets})
- 
          Association.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- associationId → String?
- 
  The ID created by the system when you create an association. An association
is a binding between a document and a set of targets with a schedule.
  final
- associationName → String?
- 
  The association name.
  final
- associationVersion → String?
- 
  The association version.
  final
- documentVersion → String?
- 
  The version of the document used in the association.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- instanceId → String?
- 
  The ID of the instance.
  final
- lastExecutionDate → DateTime?
- 
  The date on which the association was last run.
  final
- name → String?
- 
  The name of the Systems Manager document.
  final
- overview → AssociationOverview?
- 
  Information about the association.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- scheduleExpression → String?
- 
  A cron expression that specifies a schedule when the association runs.
  final
- 
  targets
  → List<Target> ?
- 
  The instances targeted by the request to create an association.
  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