Class: Aws::Types::GetIceServerConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def client_id
  @client_id
end

#service"TURN"

Returns the value of attribute service.

Returns:

  • ("TURN")


19
20
21
# File 'sig/types.rbs', line 19

def service
  @service
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def username
  @username
end