Class: Aws::AlexaForBusiness::Types::ProfileData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#addressString

The address of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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_unitString

The distance unit of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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_defaultBoolean

Retrieves if the profile data is default or not.

Returns:

  • (Boolean)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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

#localeString

The locale of a room profile. (This is currently available only to a limited preview audience.)

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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_arnString

The ARN of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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_nameString

The name of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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_unitString

The temperature unit of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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

#timezoneString

The time zone of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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_wordString

The wake word of a room profile.

Returns:

  • (String)


3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-alexaforbusiness/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