Class: Aws::AlexaForBusiness::Types::Profile

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

Overview

A room profile with attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_arnString

The ARN of the address book.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_inBoolean

Whether data retention of the profile is enabled.

Returns:

  • (Boolean)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_unitString

The distance unit of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_defaultBoolean

Retrieves if the profile is default or not.

Returns:

  • (Boolean)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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

#localeString

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

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_limitInteger

The max volume limit of a room profile.

Returns:

  • (Integer)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_configurationTypes::MeetingRoomConfiguration

Meeting room settings of a room profile.



3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_arnString

The ARN of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_nameString

The name of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_enabledBoolean

The PSTN setting of a room profile.

Returns:

  • (Boolean)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_disabledBoolean

The setup mode of a room profile.

Returns:

  • (Boolean)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_unitString

The temperature unit of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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

#timezoneString

The time zone of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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_wordString

The wake word of a room profile.

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3333

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