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.



9232
9233
9234
# File 'sig/types.rbs', line 9232

def successful
  @successful
end

#unsuccessful::Array[Types::EnableFastSnapshotRestoreErrorItem]

Returns the value of attribute unsuccessful.



9233
9234
9235
# File 'sig/types.rbs', line 9233

def unsuccessful
  @unsuccessful
end