Class: Aws::AlexaForBusiness::Types::UpdateRoomRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description for the room.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
5287
5288
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280

class UpdateRoomRequest < Struct.new(
  :room_arn,
  :room_name,
  :description,
  :provider_calendar_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arnString

The updated profile ARN for the room.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
5287
5288
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280

class UpdateRoomRequest < Struct.new(
  :room_arn,
  :room_name,
  :description,
  :provider_calendar_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#provider_calendar_idString

The updated provider calendar ARN for the room.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
5287
5288
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280

class UpdateRoomRequest < Struct.new(
  :room_arn,
  :room_name,
  :description,
  :provider_calendar_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#room_arnString

The ARN of the room to update.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
5287
5288
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280

class UpdateRoomRequest < Struct.new(
  :room_arn,
  :room_name,
  :description,
  :provider_calendar_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#room_nameString

The updated name for the room.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
5287
5288
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280

class UpdateRoomRequest < Struct.new(
  :room_arn,
  :room_name,
  :description,
  :provider_calendar_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end