DeleteAssociationRequest
public struct DeleteAssociationRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The association ID that you want to delete. DeclarationSwift public let associationId: String?
- 
                  
                  The ID of the instance. DeclarationSwift public let instanceId: String?
- 
                  
                  The name of the Systems Manager document. DeclarationSwift public let name: String?
- 
                  
                  Undocumented DeclarationSwift public init(associationId: String? = nil, instanceId: String? = nil, name: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub DeleteAssociationRequest Structure Reference
        DeleteAssociationRequest Structure Reference