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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#endpoints ⇒ ::Array[Types::Endpoint]
Returns the value of attribute endpoints.
812 813 814 |
# File 'sig/types.rbs', line 812 def endpoints @endpoints end |
#marker ⇒ ::String
Returns the value of attribute marker.
811 812 813 |
# File 'sig/types.rbs', line 811 def marker @marker end |