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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/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)


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_namespacesInteger

The maximum number of namespaces to return in the list.

Returns:

  • (Integer)


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

#prefixString

The prefix of the namespaces.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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