Class: Aws::Types::ResourceEndpointListItem
- Inherits:
-
Object
- Object
- Aws::Types::ResourceEndpointListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#protocol ⇒ "WSS", ...
Returns the value of attribute protocol.
-
#resource_endpoint ⇒ ::String
Returns the value of attribute resource_endpoint.
Instance Attribute Details
#protocol ⇒ "WSS", ...
Returns the value of attribute protocol.
429 430 431 |
# File 'sig/types.rbs', line 429 def protocol @protocol end |
#resource_endpoint ⇒ ::String
Returns the value of attribute resource_endpoint.
430 431 432 |
# File 'sig/types.rbs', line 430 def resource_endpoint @resource_endpoint end |