Class: Aws::AlexaForBusiness::Types::UpdateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The updated address for the room profile.
-
#data_retention_opt_in ⇒ Boolean
Whether data retention of the profile is enabled.
-
#distance_unit ⇒ String
The updated distance unit for the room profile.
-
#is_default ⇒ Boolean
Sets the profile as default if selected.
-
#locale ⇒ String
The updated locale for the room profile.
-
#max_volume_limit ⇒ Integer
The updated maximum volume limit for the room profile.
-
#meeting_room_configuration ⇒ Types::UpdateMeetingRoomConfiguration
The updated meeting room settings of a room profile.
-
#profile_arn ⇒ String
The ARN of the room profile to update.
-
#profile_name ⇒ String
The updated name for the room profile.
-
#pstn_enabled ⇒ Boolean
Whether the PSTN setting of the room profile is enabled.
-
#setup_mode_disabled ⇒ Boolean
Whether the setup mode of the profile is enabled.
-
#temperature_unit ⇒ String
The updated temperature unit for the room profile.
-
#timezone ⇒ String
The updated timezone for the room profile.
-
#wake_word ⇒ String
The updated wake word for the room profile.
Instance Attribute Details
#address ⇒ String
The updated address for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#data_retention_opt_in ⇒ Boolean
Whether data retention of the profile is enabled.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#distance_unit ⇒ String
The updated distance unit for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Sets the profile as default if selected. If this is missing, no update is done to the default status.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The updated locale for the room profile. (This is currently only available to a limited preview audience.)
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#max_volume_limit ⇒ Integer
The updated maximum volume limit for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#meeting_room_configuration ⇒ Types::UpdateMeetingRoomConfiguration
The updated meeting room settings of a room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The ARN of the room profile to update. Required.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The updated name for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#pstn_enabled ⇒ Boolean
Whether the PSTN setting of the room profile is enabled.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#setup_mode_disabled ⇒ Boolean
Whether the setup mode of the profile is enabled.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#temperature_unit ⇒ String
The updated temperature unit for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The updated timezone for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#wake_word ⇒ String
The updated wake word for the room profile.
5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5212 class UpdateProfileRequest < Struct.new( :profile_arn, :profile_name, :is_default, :timezone, :address, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |