Class: Aws::Types::ListBackupPlansInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_deletedBoolean

Returns the value of attribute include_deleted.

Returns:

  • (Boolean)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def include_deleted
  @include_deleted
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def next_token
  @next_token
end