Class: Aws::Types::CreateProxySessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute capabilities.

Returns:

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


113
114
115
# File 'sig/types.rbs', line 113

def capabilities
  @capabilities
end

#expiry_minutes::Integer

Returns the value of attribute expiry_minutes.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def expiry_minutes
  @expiry_minutes
end

#geo_match_level"Country", "AreaCode"

Returns the value of attribute geo_match_level.

Returns:

  • ("Country", "AreaCode")


115
116
117
# File 'sig/types.rbs', line 115

def geo_match_level
  @geo_match_level
end

#geo_match_paramsTypes::GeoMatchParams

Returns the value of attribute geo_match_params.



116
117
118
# File 'sig/types.rbs', line 116

def geo_match_params
  @geo_match_params
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def name
  @name
end

#number_selection_behavior"PreferSticky", "AvoidSticky"

Returns the value of attribute number_selection_behavior.

Returns:

  • ("PreferSticky", "AvoidSticky")


114
115
116
# File 'sig/types.rbs', line 114

def number_selection_behavior
  @number_selection_behavior
end

#participant_phone_numbers::Array[::String]

Returns the value of attribute participant_phone_numbers.

Returns:

  • (::Array[::String])


110
111
112
# File 'sig/types.rbs', line 110

def participant_phone_numbers
  @participant_phone_numbers
end

#voice_connector_id::String

Returns the value of attribute voice_connector_id.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def voice_connector_id
  @voice_connector_id
end