DisassociateResourceSharePermissionResponse

public struct DisassociateResourceSharePermissionResponse : 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?
  • Indicates whether the request succeeded.

    Declaration

    Swift

    public let returnValue: Bool?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, returnValue: Bool? = nil)