Class: Aws::AlexaForBusiness::Types::Profile
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Profile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
A room profile with attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The address of a room profile.
-
#address_book_arn ⇒ String
The ARN of the address book.
-
#data_retention_opt_in ⇒ Boolean
Whether data retention of the profile is enabled.
-
#distance_unit ⇒ String
The distance unit of a room profile.
-
#is_default ⇒ Boolean
Retrieves if the profile is default or not.
-
#locale ⇒ String
The locale of a room profile.
-
#max_volume_limit ⇒ Integer
The max volume limit of a room profile.
-
#meeting_room_configuration ⇒ Types::MeetingRoomConfiguration
Meeting room settings of a room profile.
-
#profile_arn ⇒ String
The ARN of a room profile.
-
#profile_name ⇒ String
The name of a room profile.
-
#pstn_enabled ⇒ Boolean
The PSTN setting of a room profile.
-
#setup_mode_disabled ⇒ Boolean
The setup mode of a room profile.
-
#temperature_unit ⇒ String
The temperature unit of a room profile.
-
#timezone ⇒ String
The time zone of a room profile.
-
#wake_word ⇒ String
The wake word of a room profile.
Instance Attribute Details
#address ⇒ String
The address of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#address_book_arn ⇒ String
The ARN of the address book.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#data_retention_opt_in ⇒ Boolean
Whether data retention of the profile is enabled.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#distance_unit ⇒ String
The distance unit of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Retrieves if the profile is default or not.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale of a room profile. (This is currently available only to a limited preview audience.)
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#max_volume_limit ⇒ Integer
The max volume limit of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#meeting_room_configuration ⇒ Types::MeetingRoomConfiguration
Meeting room settings of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The ARN of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#pstn_enabled ⇒ Boolean
The PSTN setting of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#setup_mode_disabled ⇒ Boolean
The setup mode of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#temperature_unit ⇒ String
The temperature unit of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The time zone of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |
#wake_word ⇒ String
The wake word of a room profile.
3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333 class Profile < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale, :setup_mode_disabled, :max_volume_limit, :pstn_enabled, :data_retention_opt_in, :address_book_arn, :meeting_room_configuration) SENSITIVE = [] include Aws::Structure end |