Class: Aws::Types::EnableFastSnapshotRestoresResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#successful::Array[Types::EnableFastSnapshotRestoreSuccessItem]

Returns the value of attribute successful.



8917
8918
8919
# File 'sig/types.rbs', line 8917

def successful
  @successful
end

#unsuccessful::Array[Types::EnableFastSnapshotRestoreErrorItem]

Returns the value of attribute unsuccessful.



8918
8919
8920
# File 'sig/types.rbs', line 8918

def unsuccessful
  @unsuccessful
end