DisassociateResourceShareResponse
public struct DisassociateResourceShareResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String? -
Information about the associations.
Declaration
Swift
public let resourceShareAssociations: [ResourceShareAssociation]? -
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, resourceShareAssociations: [ResourceShareAssociation]? = nil)
View on GitHub
DisassociateResourceShareResponse Structure Reference