Class: Aws::AlexaForBusiness::Types::Profile
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Profile
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.)
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3303 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 |