Class: Aws::RedshiftServerless::Types::ListSnapshotsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp showing when the snapshot creation finished.

Returns:

  • (Time)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

class ListSnapshotsRequest < Struct.new(
  :end_time,
  :max_results,
  :namespace_arn,
  :namespace_name,
  :next_token,
  :owner_account,
  :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)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

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

#namespace_arnString

The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

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

#namespace_nameString

The namespace from which to list all snapshots.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

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

#next_tokenString

If ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

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

#owner_accountString

The owner Amazon Web Services account of the snapshot.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

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

#start_timeTime

The time when the creation of the snapshot was initiated.

Returns:

  • (Time)


1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1389

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