Class: Aws::Types::BatchDeleteConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Hash[::String, Types::ErrorDetail]
Returns the value of attribute errors.
-
#succeeded ⇒ ::Array[::String]
Returns the value of attribute succeeded.
Instance Attribute Details
#errors ⇒ ::Hash[::String, Types::ErrorDetail]
Returns the value of attribute errors.
253 254 255 |
# File 'sig/types.rbs', line 253 def errors @errors end |
#succeeded ⇒ ::Array[::String]
Returns the value of attribute succeeded.
252 253 254 |
# File 'sig/types.rbs', line 252 def succeeded @succeeded end |