Class: Aws::Ivschat::Types::DeleteRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::DeleteRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
Identifier of the room to be deleted.
Instance Attribute Details
#identifier ⇒ String
Identifier of the room to be deleted. Currently this must be an ARN.
383 384 385 386 387 |
# File 'lib/aws-sdk-ivschat/types.rb', line 383 class DeleteRoomRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |