Class: Aws::S3Tables::Types::ListNamespacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ListNamespacesRequest
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
ContinuationTokenindicates 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.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1532 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.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1532 class ListNamespacesRequest < Struct.new( :table_bucket_arn, :prefix, :continuation_token, :max_namespaces) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix of the namespaces.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1532 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.
1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1532 class ListNamespacesRequest < Struct.new( :table_bucket_arn, :prefix, :continuation_token, :max_namespaces) SENSITIVE = [] include Aws::Structure end |