Class: Aws::Types::ReleaseHostsResult
- Inherits:
-
Object
- Object
- Aws::Types::ReleaseHostsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#successful ⇒ ::Array[::String]
Returns the value of attribute successful.
-
#unsuccessful ⇒ ::Array[Types::UnsuccessfulItem]
Returns the value of attribute unsuccessful.
Instance Attribute Details
#successful ⇒ ::Array[::String]
Returns the value of attribute successful.
16373 16374 16375 |
# File 'sig/types.rbs', line 16373 def successful @successful end |
#unsuccessful ⇒ ::Array[Types::UnsuccessfulItem]
Returns the value of attribute unsuccessful.
16374 16375 16376 |
# File 'sig/types.rbs', line 16374 def unsuccessful @unsuccessful end |