You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::ProxySession
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ProxySession
- Defined in:
- (unknown)
Overview
The proxy session for an Amazon Chime Voice Connector.
Returned by:
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<String>
The proxy session capabilities.
-
#created_timestamp ⇒ Time
The created timestamp, in ISO 8601 format.
-
#ended_timestamp ⇒ Time
The ended timestamp, in ISO 8601 format.
-
#expiry_minutes ⇒ Integer
The number of minutes allowed for the proxy session.
-
#geo_match_level ⇒ String
The preference for matching the country or area code of the proxy phone number with that of the first participant.
-
#geo_match_params ⇒ Types::GeoMatchParams
The country and area code for the proxy phone number.
-
#name ⇒ String
The name of the proxy session.
-
#number_selection_behavior ⇒ String
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
-
#participants ⇒ Array<Types::Participant>
The proxy session participants.
-
#proxy_session_id ⇒ String
The proxy session ID.
-
#status ⇒ String
The status of the proxy session.
-
#updated_timestamp ⇒ Time
The updated timestamp, in ISO 8601 format.
-
#voice_connector_id ⇒ String
The Amazon Chime voice connector ID.
Instance Attribute Details
#capabilities ⇒ Array<String>
The proxy session capabilities.
#created_timestamp ⇒ Time
The created timestamp, in ISO 8601 format.
#ended_timestamp ⇒ Time
The ended timestamp, in ISO 8601 format.
#expiry_minutes ⇒ Integer
The number of minutes allowed for the proxy session.
#geo_match_level ⇒ String
The preference for matching the country or area code of the proxy phone number with that of the first participant.
Possible values:
- Country
- AreaCode
#geo_match_params ⇒ Types::GeoMatchParams
The country and area code for the proxy phone number.
#name ⇒ String
The name of the proxy session.
#number_selection_behavior ⇒ String
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
Possible values:
- PreferSticky
- AvoidSticky
#participants ⇒ Array<Types::Participant>
The proxy session participants.
#proxy_session_id ⇒ String
The proxy session ID.
#status ⇒ String
The status of the proxy session.
Possible values:
- Open
- InProgress
- Closed
#updated_timestamp ⇒ Time
The updated timestamp, in ISO 8601 format.
#voice_connector_id ⇒ String
The Amazon Chime voice connector ID.