Class: Aws::Types::GetDevEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDevEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dev_endpoints ⇒ ::Array[Types::DevEndpoint]
Returns the value of attribute dev_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dev_endpoints ⇒ ::Array[Types::DevEndpoint]
Returns the value of attribute dev_endpoints.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def dev_endpoints @dev_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3619 3620 3621 |
# File 'sig/types.rbs', line 3619 def next_token @next_token end |