Class: Aws::RedshiftServerless::Types::ListRecoveryPointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListRecoveryPointsRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time when creation of the recovery point finished.
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
-
#namespace_name ⇒ String
The name of the namespace to list recovery points for.
-
#next_token ⇒ String
If your initial
ListRecoveryPoints
operation returns anextToken
, you can include the returnednextToken
in followingListRecoveryPoints
operations, which returns results in the next page. -
#start_time ⇒ Time
The time when the recovery point's creation was initiated.
Instance Attribute Details
#end_time ⇒ Time
The time when creation of the recovery point finished.
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1797 class ListRecoveryPointsRequest < Struct.new( :end_time, :max_results, :namespace_arn, :namespace_name, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results
to return. You can use nextToken
to display the next page of
results.
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1797 class ListRecoveryPointsRequest < Struct.new( :end_time, :max_results, :namespace_arn, :namespace_name, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1797 class ListRecoveryPointsRequest < Struct.new( :end_time, :max_results, :namespace_arn, :namespace_name, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace to list recovery points for.
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1797 class ListRecoveryPointsRequest < Struct.new( :end_time, :max_results, :namespace_arn, :namespace_name, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1797 class ListRecoveryPointsRequest < Struct.new( :end_time, :max_results, :namespace_arn, :namespace_name, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the recovery point's creation was initiated.
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1797 class ListRecoveryPointsRequest < Struct.new( :end_time, :max_results, :namespace_arn, :namespace_name, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |