Class: Aws::Types::ModifyHostsResult

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])


13659
13660
13661
# File 'sig/types.rbs', line 13659

def successful
  @successful
end

#unsuccessful::Array[Types::UnsuccessfulItem]

Returns the value of attribute unsuccessful.

Returns:



13660
13661
13662
# File 'sig/types.rbs', line 13660

def unsuccessful
  @unsuccessful
end