Class: Aws::S3Tables::Types::ListNamespacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ListNamespacesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
‘ContinuationToken` indicates to Amazon S3 that the list is being continued on this bucket with a token.
-
#max_namespaces ⇒ Integer
The maximum number of namespaces to return in the list.
-
#prefix ⇒ String
The prefix of the namespaces.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#continuation_token ⇒ String
‘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.
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_namespaces ⇒ Integer
The maximum number of namespaces to return in the list.
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 |
#prefix ⇒ String
The prefix of the namespaces.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
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 |