Class: Aws::Types::DescribeSnapshotsRequest

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)


7313
7314
7315
# File 'sig/types.rbs', line 7313

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7314
7315
7316
# File 'sig/types.rbs', line 7314

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7308
7309
7310
# File 'sig/types.rbs', line 7308

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7309
7310
7311
# File 'sig/types.rbs', line 7309

def next_token
  @next_token
end

#owner_ids::Array[::String]

Returns the value of attribute owner_ids.

Returns:

  • (::Array[::String])


7310
7311
7312
# File 'sig/types.rbs', line 7310

def owner_ids
  @owner_ids
end

#restorable_by_user_ids::Array[::String]

Returns the value of attribute restorable_by_user_ids.

Returns:

  • (::Array[::String])


7311
7312
7313
# File 'sig/types.rbs', line 7311

def restorable_by_user_ids
  @restorable_by_user_ids
end

#snapshot_ids::Array[::String]

Returns the value of attribute snapshot_ids.

Returns:

  • (::Array[::String])


7312
7313
7314
# File 'sig/types.rbs', line 7312

def snapshot_ids
  @snapshot_ids
end