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)


7130
7131
7132
# File 'sig/types.rbs', line 7130

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7131
7132
7133
# File 'sig/types.rbs', line 7131

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7125
7126
7127
# File 'sig/types.rbs', line 7125

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7126
7127
7128
# File 'sig/types.rbs', line 7126

def next_token
  @next_token
end

#owner_ids::Array[::String]

Returns the value of attribute owner_ids.

Returns:

  • (::Array[::String])


7127
7128
7129
# File 'sig/types.rbs', line 7127

def owner_ids
  @owner_ids
end

#restorable_by_user_ids::Array[::String]

Returns the value of attribute restorable_by_user_ids.

Returns:

  • (::Array[::String])


7128
7129
7130
# File 'sig/types.rbs', line 7128

def restorable_by_user_ids
  @restorable_by_user_ids
end

#snapshot_ids::Array[::String]

Returns the value of attribute snapshot_ids.

Returns:

  • (::Array[::String])


7129
7130
7131
# File 'sig/types.rbs', line 7129

def snapshot_ids
  @snapshot_ids
end