Class: Aws::S3Tables::Types::ListNamespacesResponse

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

The ContinuationToken for pagination of the list results.

Returns:

  • (String)


963
964
965
966
967
968
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 963

class ListNamespacesResponse < Struct.new(
  :namespaces,
  :continuation_token)
  SENSITIVE = []
  include Aws::Structure
end

#namespacesArray<Types::NamespaceSummary>

A list of namespaces.

Returns:



963
964
965
966
967
968
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 963

class ListNamespacesResponse < Struct.new(
  :namespaces,
  :continuation_token)
  SENSITIVE = []
  include Aws::Structure
end