DisassociateResourceSharePermissionRequest

public struct DisassociateResourceSharePermissionRequest : 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?
  • The ARN of the permission to disassociate from the resource share.

    Declaration

    Swift

    public let permissionArn: String
  • The Amazon Resource Name (ARN) of the resource share.

    Declaration

    Swift

    public let resourceShareArn: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, permissionArn: String, resourceShareArn: String)