Class: Aws::Types::DescribeFastSnapshotRestoresResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fast_snapshot_restores::Array[Types::DescribeFastSnapshotRestoreSuccessItem]

Returns the value of attribute fast_snapshot_restores.



5682
5683
5684
# File 'sig/types.rbs', line 5682

def fast_snapshot_restores
  @fast_snapshot_restores
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5683
5684
5685
# File 'sig/types.rbs', line 5683

def next_token
  @next_token
end