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.



8169
8170
8171
# File 'sig/types.rbs', line 8169

def successful
  @successful
end

#unsuccessful::Array[Types::DisableFastSnapshotRestoreErrorItem]

Returns the value of attribute unsuccessful.



8170
8171
8172
# File 'sig/types.rbs', line 8170

def unsuccessful
  @unsuccessful
end