Class: Aws::Chime::Types::DeleteRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteRoomRequest
- 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.
-
#room_id ⇒ String
The chat room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-chime/types.rb', line 2982 class DeleteRoomRequest < Struct.new( :account_id, :room_id) SENSITIVE = [] include Aws::Structure end |
#room_id ⇒ String
The chat room ID.
2982 2983 2984 2985 2986 2987 |
# File 'lib/aws-sdk-chime/types.rb', line 2982 class DeleteRoomRequest < Struct.new( :account_id, :room_id) SENSITIVE = [] include Aws::Structure end |