Class: Aws::Types::ListRecoveryPointsByResourceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_by_aws_backup_onlyBoolean

Returns the value of attribute managed_by_aws_backup_only.

Returns:

  • (Boolean)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def managed_by_aws_backup_only
  @managed_by_aws_backup_only
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def next_token
  @next_token
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def resource_arn
  @resource_arn
end