Class: Aws::Types::ListDevEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDevEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dev_endpoint_names ⇒ ::Array[::String]
Returns the value of attribute dev_endpoint_names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dev_endpoint_names ⇒ ::Array[::String]
Returns the value of attribute dev_endpoint_names.
5284 5285 5286 |
# File 'sig/types.rbs', line 5284 def dev_endpoint_names @dev_endpoint_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5285 5286 5287 |
# File 'sig/types.rbs', line 5285 def next_token @next_token end |