Class: Aws::Chime::Types::DeleteRoomMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteRoomMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#member_id ⇒ String
The member ID (user ID or bot ID).
-
#room_id ⇒ String
The room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-chime/types.rb', line 2964 class DeleteRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The member ID (user ID or bot ID).
2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-chime/types.rb', line 2964 class DeleteRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id) SENSITIVE = [] include Aws::Structure end |
#room_id ⇒ String
The room ID.
2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-chime/types.rb', line 2964 class DeleteRoomMembershipRequest < Struct.new( :account_id, :room_id, :member_id) SENSITIVE = [] include Aws::Structure end |