Class: Aws::Backup::Types::ListRecoveryPointsByResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_by_aws_backup_onlyBoolean

This attribute filters recovery points based on ownership.

If this is set to ‘TRUE`, the response will contain recovery points associated with the selected resources that are managed by Backup.

If this is set to ‘FALSE`, the response will contain all recovery points associated with the selected resource.

Type: Boolean

Returns:

  • (Boolean)


5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-backup/types.rb', line 5607

class ListRecoveryPointsByResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results,
  :managed_by_aws_backup_only)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to be returned.

<note markdown=“1”> Amazon RDS requires a value of at least 20.

</note>

Returns:

  • (Integer)


5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-backup/types.rb', line 5607

class ListRecoveryPointsByResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results,
  :managed_by_aws_backup_only)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next item following a partial list of returned items. For example, if a request is made to return ‘MaxResults` number of items, `NextToken` allows you to return more items in your list starting at the location pointed to by the next token.

Returns:

  • (String)


5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-backup/types.rb', line 5607

class ListRecoveryPointsByResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results,
  :managed_by_aws_backup_only)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-backup/types.rb', line 5607

class ListRecoveryPointsByResourceInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results,
  :managed_by_aws_backup_only)
  SENSITIVE = []
  include Aws::Structure
end