Class: Aws::Types::ListBackupSelectionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def backup_plan_id
  @backup_plan_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def next_token
  @next_token
end