Class: Aws::Types::ReleaseHostsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#successful::Array[::String]

Returns the value of attribute successful.

Returns:

  • (::Array[::String])


15731
15732
15733
# File 'sig/types.rbs', line 15731

def successful
  @successful
end

#unsuccessful::Array[Types::UnsuccessfulItem]

Returns the value of attribute unsuccessful.

Returns:



15732
15733
15734
# File 'sig/types.rbs', line 15732

def unsuccessful
  @unsuccessful
end