Class: Aws::Ivschat::Types::GetRoomRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Identifier of the room for which the configuration is to be retrieved. Currently this must be an ARN.

Returns:

  • (String)


546
547
548
549
550
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 546

class GetRoomRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end