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)


12882
12883
12884
# File 'sig/types.rbs', line 12882

def dry_run
  @dry_run
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


12879
12880
12881
# File 'sig/types.rbs', line 12879

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


12880
12881
12882
# File 'sig/types.rbs', line 12880

def next_token
  @next_token
end

#snapshot_ids::Array[::String]

Returns the value of attribute snapshot_ids.

Returns:

  • (::Array[::String])


12881
12882
12883
# File 'sig/types.rbs', line 12881

def snapshot_ids
  @snapshot_ids
end