Class: Aws::AlexaForBusiness::Types::ProfileData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ProfileData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The data of a room profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The address of a room profile.
-
#distance_unit ⇒ String
The distance unit of a room profile.
-
#is_default ⇒ Boolean
Retrieves if the profile data is default or not.
-
#locale ⇒ String
The locale of a room profile.
-
#profile_arn ⇒ String
The ARN of a room profile.
-
#profile_name ⇒ String
The name 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.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#distance_unit ⇒ String
The distance unit of a room profile.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Retrieves if the profile data is default or not.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale of a room profile. (This is currently available only to a limited preview audience.)
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The ARN of a room profile.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of a room profile.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#temperature_unit ⇒ String
The temperature unit of a room profile.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The time zone of a room profile.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |
#wake_word ⇒ String
The wake word of a room profile.
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3394 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |