Class: Aws::Ivschat::Types::GetRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::GetRoomRequest
- 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 for which the configuration is to be retrieved.
Instance Attribute Details
#identifier ⇒ String
Identifier of the room for which the configuration is to be retrieved. Currently this must be an ARN.
548 549 550 551 552 |
# File 'lib/aws-sdk-ivschat/types.rb', line 548 class GetRoomRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |