Class: Aws::Types::DescribeBackupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Hash[::String, ::Array[::String]]

Returns the value of attribute filters.

Returns:

  • (::Hash[::String, ::Array[::String]])


188
189
190
# File 'sig/types.rbs', line 188

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


187
188
189
# File 'sig/types.rbs', line 187

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def next_token
  @next_token
end

#sharedBoolean

Returns the value of attribute shared.

Returns:

  • (Boolean)


189
190
191
# File 'sig/types.rbs', line 189

def shared
  @shared
end

#sort_ascendingBoolean

Returns the value of attribute sort_ascending.

Returns:

  • (Boolean)


190
191
192
# File 'sig/types.rbs', line 190

def sort_ascending
  @sort_ascending
end