Class: Aws::S3Tables::Types::ListNamespacesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_tokenString

‘ContinuationToken` indicates to Amazon S3 that the list is being continued on this bucket with a token. `ContinuationToken` is obfuscated and is not a real key. You can use this `ContinuationToken` for pagination of the list results.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-s3tables/types.rb', line 1339

class ListNamespacesRequest < Struct.new(
  :table_bucket_arn,
  :prefix,
  :continuation_token,
  :max_namespaces)
  SENSITIVE = []
  include Aws::Structure
end

#max_namespacesInteger

The maximum number of namespaces to return in the list.

Returns:

  • (Integer)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-s3tables/types.rb', line 1339

class ListNamespacesRequest < Struct.new(
  :table_bucket_arn,
  :prefix,
  :continuation_token,
  :max_namespaces)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the namespaces.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-s3tables/types.rb', line 1339

class ListNamespacesRequest < Struct.new(
  :table_bucket_arn,
  :prefix,
  :continuation_token,
  :max_namespaces)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_arnString

The Amazon Resource Name (ARN) of the table bucket.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-s3tables/types.rb', line 1339

class ListNamespacesRequest < Struct.new(
  :table_bucket_arn,
  :prefix,
  :continuation_token,
  :max_namespaces)
  SENSITIVE = []
  include Aws::Structure
end