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