Class: Aws::Types::ListRecoveryPointsByBackupVaultInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_account_id::String

Returns the value of attribute backup_vault_account_id.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def 
  @backup_vault_account_id
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def backup_vault_name
  @backup_vault_name
end

#by_backup_plan_id::String

Returns the value of attribute by_backup_plan_id.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def by_backup_plan_id
  @by_backup_plan_id
end

#by_created_after::Time

Returns the value of attribute by_created_after.

Returns:

  • (::Time)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def by_created_after
  @by_created_after
end

#by_created_before::Time

Returns the value of attribute by_created_before.

Returns:

  • (::Time)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def by_created_before
  @by_created_before
end

#by_parent_recovery_point_arn::String

Returns the value of attribute by_parent_recovery_point_arn.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def by_parent_recovery_point_arn
  @by_parent_recovery_point_arn
end

#by_resource_arn::String

Returns the value of attribute by_resource_arn.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def by_resource_arn
  @by_resource_arn
end

#by_resource_type::String

Returns the value of attribute by_resource_type.

Returns:

  • (::String)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def by_resource_type
  @by_resource_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def next_token
  @next_token
end