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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

The data of a room profile.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#distance_unitString

The distance unit of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#is_defaultBoolean

Retrieves if the profile data is default or not.

Returns:

  • (Boolean)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#profile_arnString

The ARN of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#profile_nameString

The name of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#temperature_unitString

The temperature unit of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#timezoneString

The timezone of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end

#wake_wordString

The wake word of a room profile.

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2543

class ProfileData < Struct.new(
  :profile_arn,
  :profile_name,
  :is_default,
  :address,
  :timezone,
  :distance_unit,
  :temperature_unit,
  :wake_word)
  include Aws::Structure
end