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


13362
13363
13364
# File 'sig/types.rbs', line 13362

def successful
  @successful
end

#unsuccessful::Array[Types::UnsuccessfulItem]

Returns the value of attribute unsuccessful.

Returns:



13363
13364
13365
# File 'sig/types.rbs', line 13363

def unsuccessful
  @unsuccessful
end