Class: Aws::Types::GetIceServerConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIceServerConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#service ⇒ "TURN"
Returns the value of attribute service.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def channel_arn @channel_arn end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def client_id @client_id end |
#service ⇒ "TURN"
Returns the value of attribute service.
19 20 21 |
# File 'sig/types.rbs', line 19 def service @service end |
#username ⇒ ::String
Returns the value of attribute username.
20 21 22 |
# File 'sig/types.rbs', line 20 def username @username end |