Class: Aws::RedshiftServerless::Types::ListSnapshotCopyConfigurationsRequest

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

#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)


1690
1691
1692
1693
1694
1695
1696
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1690

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

#namespace_nameString

The namespace from which to list all snapshot copy configurations.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1690

class ListSnapshotCopyConfigurationsRequest < Struct.new(
  :max_results,
  :namespace_name,
  :next_token)
  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)


1690
1691
1692
1693
1694
1695
1696
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1690

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