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.
355 356 357 |
# File 'sig/types.rbs', line 355 def dev_endpoints @dev_endpoints end |
#dev_endpoints_not_found ⇒ ::Array[::String]
Returns the value of attribute dev_endpoints_not_found.
356 357 358 |
# File 'sig/types.rbs', line 356 def dev_endpoints_not_found @dev_endpoints_not_found end |