Class: Aws::Chime::Types::UpdateRoomRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)

8485
8486
8487
8488
8489
8490
8491
# File 'lib/aws-sdk-chime/types.rb', line 8485

class UpdateRoomRequest < Struct.new(
  :account_id,
  :room_id,
  :name)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The room name.

Returns:

  • (String)

8485
8486
8487
8488
8489
8490
8491
# File 'lib/aws-sdk-chime/types.rb', line 8485

class UpdateRoomRequest < Struct.new(
  :account_id,
  :room_id,
  :name)
  SENSITIVE = [:name]
  include Aws::Structure
end

#room_idString

The room ID.

Returns:

  • (String)

8485
8486
8487
8488
8489
8490
8491
# File 'lib/aws-sdk-chime/types.rb', line 8485

class UpdateRoomRequest < Struct.new(
  :account_id,
  :room_id,
  :name)
  SENSITIVE = [:name]
  include Aws::Structure
end