class Aws::AlexaForBusiness::Types::UpdateProfileRequest
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateProfileRequest AWS API Documentation
@return [Types::UpdateMeetingRoomConfiguration]
The updated meeting room settings of a room profile.
@!attribute [rw] meeting_room_configuration
@return [Boolean]
Whether the PSTN setting of the room profile is enabled.
@!attribute [rw] pstn_enabled
@return [Integer]
The updated maximum volume limit for the room profile.
@!attribute [rw] max_volume_limit
@return [Boolean]
Whether the setup mode of the profile is enabled.
@!attribute [rw] setup_mode_disabled
@return [String]
available to a limited preview audience.)
The updated locale for the room profile. (This is currently only
@!attribute [rw] locale
@return [String]
The updated wake word for the room profile.
@!attribute [rw] wake_word
@return [String]
The updated temperature unit for the room profile.
@!attribute [rw] temperature_unit
@return [String]
The updated distance unit for the room profile.
@!attribute [rw] distance_unit
@return [String]
The updated address for the room profile.
@!attribute [rw] address
@return [String]
The updated timezone for the room profile.
@!attribute [rw] timezone
@return [Boolean]
update is done to the default status.
Sets the profile as default if selected. If this is missing, no
@!attribute [rw] is_default
@return [String]
The updated name for the room profile.
@!attribute [rw] profile_name
@return [String]
The ARN of the room profile to update. Required.
@!attribute [rw] profile_arn
}
},
},
enabled: false,
release_after_minutes: 1,
require_check_in: {
},
enabled: false,
duration_in_minutes: 1,
instant_booking: {
},
enabled: false,
reminder_type: “ANNOUNCEMENT_TIME_CHECK”, # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
reminder_at_minutes: [1],
end_of_meeting_reminder: {
room_utilization_metrics_enabled: false,
meeting_room_configuration: {
pstn_enabled: false,
max_volume_limit: 1,
setup_mode_disabled: false,
locale: “DeviceLocale”,
wake_word: “ALEXA”, # accepts ALEXA, AMAZON, ECHO, COMPUTER
temperature_unit: “FAHRENHEIT”, # accepts FAHRENHEIT, CELSIUS
distance_unit: “METRIC”, # accepts METRIC, IMPERIAL
address: “Address”,
timezone: “Timezone”,
is_default: false,
profile_name: “ProfileName”,
profile_arn: “Arn”,
{
data as a hash:
@note When making an API call, you may pass UpdateProfileRequest