Class: Aws::CleanRooms::Types::DeleteMemberInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the member to remove.

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3262

class DeleteMemberInput < Struct.new(
  :collaboration_identifier,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_identifierString

The unique identifier for the associated collaboration.

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3262

class DeleteMemberInput < Struct.new(
  :collaboration_identifier,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end