Class: Aws::Types::ProxySession
- Inherits:
-
Object
- Object
- Aws::Types::ProxySession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("Voice" | "SMS")]
Returns the value of attribute capabilities.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#ended_timestamp ⇒ ::Time
Returns the value of attribute ended_timestamp.
-
#expiry_minutes ⇒ ::Integer
Returns the value of attribute expiry_minutes.
-
#geo_match_level ⇒ "Country", "AreaCode"
Returns the value of attribute geo_match_level.
-
#geo_match_params ⇒ Types::GeoMatchParams
Returns the value of attribute geo_match_params.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_selection_behavior ⇒ "PreferSticky", "AvoidSticky"
Returns the value of attribute number_selection_behavior.
-
#participants ⇒ ::Array[Types::Participant]
Returns the value of attribute participants.
-
#proxy_session_id ⇒ ::String
Returns the value of attribute proxy_session_id.
-
#status ⇒ "Open", ...
Returns the value of attribute status.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#capabilities ⇒ ::Array[("Voice" | "SMS")]
Returns the value of attribute capabilities.
846 847 848 |
# File 'sig/types.rbs', line 846 def capabilities @capabilities end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
847 848 849 |
# File 'sig/types.rbs', line 847 def @created_timestamp end |
#ended_timestamp ⇒ ::Time
Returns the value of attribute ended_timestamp.
849 850 851 |
# File 'sig/types.rbs', line 849 def @ended_timestamp end |
#expiry_minutes ⇒ ::Integer
Returns the value of attribute expiry_minutes.
845 846 847 |
# File 'sig/types.rbs', line 845 def expiry_minutes @expiry_minutes end |
#geo_match_level ⇒ "Country", "AreaCode"
Returns the value of attribute geo_match_level.
852 853 854 |
# File 'sig/types.rbs', line 852 def geo_match_level @geo_match_level end |
#geo_match_params ⇒ Types::GeoMatchParams
Returns the value of attribute geo_match_params.
853 854 855 |
# File 'sig/types.rbs', line 853 def geo_match_params @geo_match_params end |
#name ⇒ ::String
Returns the value of attribute name.
843 844 845 |
# File 'sig/types.rbs', line 843 def name @name end |
#number_selection_behavior ⇒ "PreferSticky", "AvoidSticky"
Returns the value of attribute number_selection_behavior.
851 852 853 |
# File 'sig/types.rbs', line 851 def number_selection_behavior @number_selection_behavior end |
#participants ⇒ ::Array[Types::Participant]
Returns the value of attribute participants.
850 851 852 |
# File 'sig/types.rbs', line 850 def participants @participants end |
#proxy_session_id ⇒ ::String
Returns the value of attribute proxy_session_id.
842 843 844 |
# File 'sig/types.rbs', line 842 def proxy_session_id @proxy_session_id end |
#status ⇒ "Open", ...
Returns the value of attribute status.
844 845 846 |
# File 'sig/types.rbs', line 844 def status @status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
848 849 850 |
# File 'sig/types.rbs', line 848 def @updated_timestamp end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
841 842 843 |
# File 'sig/types.rbs', line 841 def voice_connector_id @voice_connector_id end |