Class: Aws::Types::ListSnapshotsInRecycleBinRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13474
13475
13476
# File 'sig/types.rbs', line 13474

def dry_run
  @dry_run
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


13471
13472
13473
# File 'sig/types.rbs', line 13471

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


13472
13473
13474
# File 'sig/types.rbs', line 13472

def next_token
  @next_token
end

#snapshot_ids::Array[::String]

Returns the value of attribute snapshot_ids.

Returns:

  • (::Array[::String])


13473
13474
13475
# File 'sig/types.rbs', line 13473

def snapshot_ids
  @snapshot_ids
end