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