Class: Aws::Types::DisableFastSnapshotRestoresResult

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::DisableFastSnapshotRestoreSuccessItem]

Returns the value of attribute successful.



8365
8366
8367
# File 'sig/types.rbs', line 8365

def successful
  @successful
end

#unsuccessful::Array[Types::DisableFastSnapshotRestoreErrorItem]

Returns the value of attribute unsuccessful.



8366
8367
8368
# File 'sig/types.rbs', line 8366

def unsuccessful
  @unsuccessful
end