Association
public struct Association : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  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. DeclarationSwift public let associationId: String?
- 
                  
                  The association name. DeclarationSwift public let associationName: String?
- 
                  
                  The association version. DeclarationSwift public let associationVersion: String?
- 
                  
                  The version of the document used in the association. DeclarationSwift public let documentVersion: String?
- 
                  
                  The ID of the instance. DeclarationSwift public let instanceId: String?
- 
                  
                  The date on which the association was last run. DeclarationSwift public let lastExecutionDate: TimeStamp?
- 
                  
                  The name of the Systems Manager document. DeclarationSwift public let name: String?
- 
                  
                  Information about the association. DeclarationSwift public let overview: AssociationOverview?
- 
                  
                  A cron expression that specifies a schedule when the association runs. DeclarationSwift public let scheduleExpression: String?
- 
                  
                  The instances targeted by the request to create an association. DeclarationSwift public let targets: [Target]?
- 
                  init(associationId:associationName:associationVersion:documentVersion:instanceId:lastExecutionDate:name:overview:scheduleExpression:targets:)Undocumented DeclarationSwift public init(associationId: String? = nil, associationName: String? = nil, associationVersion: String? = nil, documentVersion: String? = nil, instanceId: String? = nil, lastExecutionDate: TimeStamp? = nil, name: String? = nil, overview: AssociationOverview? = nil, scheduleExpression: String? = nil, targets: [Target]? = nil)
 View on GitHub
View on GitHub Association Structure Reference
        Association Structure Reference