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

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

Overview

Note:

When making an API call, you may pass UpdateRoomRequest data as a hash:

{
  room_arn: "Arn",
  room_name: "RoomName",
  description: "RoomDescription",
  provider_calendar_id: "ProviderCalendarId",
  profile_arn: "Arn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description for the room.

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
4190
4191
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4184

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

#profile_arnString

The updated profile ARN for the room.

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
4190
4191
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4184

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

#provider_calendar_idString

The updated provider calendar ARN for the room.

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
4190
4191
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4184

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

#room_arnString

The ARN of the room to update.

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
4190
4191
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4184

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

#room_nameString

The updated name for the room.

Returns:

  • (String)


4184
4185
4186
4187
4188
4189
4190
4191
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4184

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