Activation
public struct Activation : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID created by Systems Manager when you submitted the activation. DeclarationSwift public let activationId: String?
- 
                  
                  The date the activation was created. DeclarationSwift public let createdDate: TimeStamp?
- 
                  
                  A name for the managed instance when it is created. DeclarationSwift public let defaultInstanceName: String?
- 
                  
                  A user defined description of the activation. DeclarationSwift public let description: String?
- 
                  
                  The date when this activation can no longer be used to register managed instances. DeclarationSwift public let expirationDate: TimeStamp?
- 
                  
                  Whether or not the activation is expired. DeclarationSwift public let expired: Bool?
- 
                  
                  The Amazon Identity and Access Management (IAM) role to assign to the managed instance. DeclarationSwift public let iamRole: String?
- 
                  
                  The maximum number of managed instances that can be registered using this activation. DeclarationSwift public let registrationLimit: Int?
- 
                  
                  The number of managed instances already registered with this activation. DeclarationSwift public let registrationsCount: Int?
- 
                  
                  Tags assigned to the activation. DeclarationSwift public let tags: [Tag]?
- 
                  init(activationId:createdDate:defaultInstanceName:description:expirationDate:expired:iamRole:registrationLimit:registrationsCount:tags:)Undocumented DeclarationSwift public init(activationId: String? = nil, createdDate: TimeStamp? = nil, defaultInstanceName: String? = nil, description: String? = nil, expirationDate: TimeStamp? = nil, expired: Bool? = nil, iamRole: String? = nil, registrationLimit: Int? = nil, registrationsCount: Int? = nil, tags: [Tag]? = nil)
 View on GitHub
View on GitHub Activation Structure Reference
        Activation Structure Reference