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)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1551

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

#namespacesArray<Types::NamespaceSummary>

A list of namespaces.

Returns:



1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1551

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