Class: Aws::Types::ListSharedEndpointsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListSharedEndpointsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoints ⇒ ::Array[Types::Endpoint]
Returns the value of attribute endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#endpoints ⇒ ::Array[Types::Endpoint]
Returns the value of attribute endpoints.
100 101 102 |
# File 'sig/types.rbs', line 100 def endpoints @endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
101 102 103 |
# File 'sig/types.rbs', line 101 def next_token @next_token end |