Class: Aws::Types::DescribeEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointsResponse
- 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.
734 735 736 |
# File 'sig/types.rbs', line 734 def endpoints @endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
735 736 737 |
# File 'sig/types.rbs', line 735 def next_token @next_token end |