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.
249 250 251 |
# File 'sig/types.rbs', line 249 def errors @errors end |
#succeeded ⇒ ::Array[::String]
Returns the value of attribute succeeded.
248 249 250 |
# File 'sig/types.rbs', line 248 def succeeded @succeeded end |