Class: Aws::RedshiftServerless::Types::ListRecoveryPointsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time when creation of the recovery point finished.

Returns:

  • (Time)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1596

class ListRecoveryPointsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

Returns:

  • (Integer)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1596

class ListRecoveryPointsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_arnString

The Amazon Resource Name (ARN) of the namespace from which to list recovery points.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1596

class ListRecoveryPointsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The name of the namespace to list recovery points for.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1596

class ListRecoveryPointsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ListRecoveryPoints operation returns a nextToken, you can include the returned nextToken in following ListRecoveryPoints operations, which returns results in the next page.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1596

class ListRecoveryPointsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time when the recovery point's creation was initiated.

Returns:

  • (Time)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1596

class ListRecoveryPointsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end