Class: Aws::Chime::Types::CreateProxySessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

The proxy session capabilities.

Returns:

  • (Array<String>)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#expiry_minutesInteger

The number of minutes allowed for the proxy session.

Returns:

  • (Integer)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#geo_match_levelString

The preference for matching the country or area code of the proxy phone number with that of the first participant.

Returns:

  • (String)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#geo_match_paramsTypes::GeoMatchParams

The country and area code for the proxy phone number.



2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the proxy session.

Returns:

  • (String)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#number_selection_behaviorString

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

Returns:

  • (String)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#participant_phone_numbersArray<String>

The participant phone numbers.

Returns:

  • (Array<String>)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#voice_connector_idString

The Amazon Chime voice connector ID.

Returns:

  • (String)


2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
# File 'lib/aws-sdk-chime/types.rb', line 2305

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end