Class: Aws::CleanRooms::Types::DeleteMemberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteMemberInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the member to remove.
-
#collaboration_identifier ⇒ String
The unique identifier for the associated collaboration.
Instance Attribute Details
#account_id ⇒ String
The account ID of the member to remove.
3234 3235 3236 3237 3238 3239 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3234 class DeleteMemberInput < Struct.new( :collaboration_identifier, :account_id) SENSITIVE = [] include Aws::Structure end |
#collaboration_identifier ⇒ String
The unique identifier for the associated collaboration.
3234 3235 3236 3237 3238 3239 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3234 class DeleteMemberInput < Struct.new( :collaboration_identifier, :account_id) SENSITIVE = [] include Aws::Structure end |