Class: Aws::Types::BatchGetDevEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDevEndpointsResponse
- 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.
-
#dev_endpoints_not_found ⇒ ::Array[::String]
Returns the value of attribute dev_endpoints_not_found.
Instance Attribute Details
#dev_endpoints ⇒ ::Array[Types::DevEndpoint]
Returns the value of attribute dev_endpoints.
359 360 361 |
# File 'sig/types.rbs', line 359 def dev_endpoints @dev_endpoints end |
#dev_endpoints_not_found ⇒ ::Array[::String]
Returns the value of attribute dev_endpoints_not_found.
360 361 362 |
# File 'sig/types.rbs', line 360 def dev_endpoints_not_found @dev_endpoints_not_found end |