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)


7403
7404
7405
# File 'sig/types.rbs', line 7403

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7404
7405
7406
# File 'sig/types.rbs', line 7404

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7398
7399
7400
# File 'sig/types.rbs', line 7398

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7399
7400
7401
# File 'sig/types.rbs', line 7399

def next_token
  @next_token
end

#owner_ids::Array[::String]

Returns the value of attribute owner_ids.

Returns:

  • (::Array[::String])


7400
7401
7402
# File 'sig/types.rbs', line 7400

def owner_ids
  @owner_ids
end

#restorable_by_user_ids::Array[::String]

Returns the value of attribute restorable_by_user_ids.

Returns:

  • (::Array[::String])


7401
7402
7403
# File 'sig/types.rbs', line 7401

def restorable_by_user_ids
  @restorable_by_user_ids
end

#snapshot_ids::Array[::String]

Returns the value of attribute snapshot_ids.

Returns:

  • (::Array[::String])


7402
7403
7404
# File 'sig/types.rbs', line 7402

def snapshot_ids
  @snapshot_ids
end