Class: Aws::Types::ProxySession

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[("Voice" | "SMS")]

Returns the value of attribute capabilities.

Returns:

  • (::Array[("Voice" | "SMS")])


846
847
848
# File 'sig/types.rbs', line 846

def capabilities
  @capabilities
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


847
848
849
# File 'sig/types.rbs', line 847

def created_timestamp
  @created_timestamp
end

#ended_timestamp::Time

Returns the value of attribute ended_timestamp.

Returns:

  • (::Time)


849
850
851
# File 'sig/types.rbs', line 849

def ended_timestamp
  @ended_timestamp
end

#expiry_minutes::Integer

Returns the value of attribute expiry_minutes.

Returns:

  • (::Integer)


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.

Returns:

  • ("Country", "AreaCode")


852
853
854
# File 'sig/types.rbs', line 852

def geo_match_level
  @geo_match_level
end

#geo_match_paramsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("PreferSticky", "AvoidSticky")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("Open", "InProgress", "Closed")


844
845
846
# File 'sig/types.rbs', line 844

def status
  @status
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


848
849
850
# File 'sig/types.rbs', line 848

def updated_timestamp
  @updated_timestamp
end

#voice_connector_id::String

Returns the value of attribute voice_connector_id.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def voice_connector_id
  @voice_connector_id
end