Class: Aws::AlexaForBusiness::Types::ProfileData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ProfileData
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.)
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 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.
3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3364 class ProfileData < Struct.new( :profile_arn, :profile_name, :is_default, :address, :timezone, :distance_unit, :temperature_unit, :wake_word, :locale) SENSITIVE = [] include Aws::Structure end |