Class: Aws::ChimeSDKVoice::Types::ProxySession

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

The proxy session for an Amazon Chime SDK Voice Connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

The proxy session capabilities.

Returns:

  • (Array<String>)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The created time stamp, in ISO 8601 format.

Returns:

  • (Time)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#ended_timestampTime

The ended time stamp, in ISO 8601 format.

Returns:

  • (Time)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#expiry_minutesInteger

The number of minutes allowed for the proxy session.

Returns:

  • (Integer)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  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)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#geo_match_paramsTypes::GeoMatchParams

The country and area code for the proxy phone number.



2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The proxy session name.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#number_selection_behaviorString

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

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#participantsArray<Types::Participant>

The proxy session participants.

Returns:



2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_session_idString

The proxy session ID.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The proxy session status.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timestampTime

The updated time stamp, in ISO 8601 format.

Returns:

  • (Time)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_idString

The Voice Connector ID.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2455

class ProxySession < Struct.new(
  :voice_connector_id,
  :proxy_session_id,
  :name,
  :status,
  :expiry_minutes,
  :capabilities,
  :created_timestamp,
  :updated_timestamp,
  :ended_timestamp,
  :participants,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = []
  include Aws::Structure
end