Class: Aws::AlexaForBusiness::Types::CreateProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The valid address for the room.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

The user-specified token that is used during the creation of a profile.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_retention_opt_inBoolean

Whether data retention of the profile is enabled.

Returns:

  • (Boolean)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#distance_unitString

The distance unit to be used by devices in the profile.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

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

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#max_volume_limitInteger

The maximum volume limit for a room profile.

Returns:

  • (Integer)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#meeting_room_configurationTypes::CreateMeetingRoomConfiguration

The meeting room settings of a room profile.



1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The name of a room profile.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pstn_enabledBoolean

Whether PSTN calling is enabled.

Returns:

  • (Boolean)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#setup_mode_disabledBoolean

Whether room profile setup is enabled.

Returns:

  • (Boolean)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the profile.

Returns:



1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#temperature_unitString

The temperature unit to be used by devices in the profile.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The time zone used by a room profile.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#wake_wordString

A wake word for Alexa, Echo, Amazon, or a computer.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1131

class CreateProfileRequest < Struct.new(
  :profile_name,
  :timezone,
  :address,
  :distance_unit,
  :temperature_unit,
  :wake_word,
  :locale,
  :client_request_token,
  :setup_mode_disabled,
  :max_volume_limit,
  :pstn_enabled,
  :data_retention_opt_in,
  :meeting_room_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end