Class: Aws::Types::ResourceEndpointListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#protocol"WSS", ...

Returns the value of attribute protocol.

Returns:

  • ("WSS", "HTTPS", "WEBRTC")


429
430
431
# File 'sig/types.rbs', line 429

def protocol
  @protocol
end

#resource_endpoint::String

Returns the value of attribute resource_endpoint.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def resource_endpoint
  @resource_endpoint
end