Class: Aws::S3Tables::Types::ListNamespacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ListNamespacesResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
The
ContinuationToken
for pagination of the list results. -
#namespaces ⇒ Array<Types::NamespaceSummary>
A list of namespaces.
Instance Attribute Details
#continuation_token ⇒ String
The ContinuationToken
for pagination of the list results.
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 |
#namespaces ⇒ Array<Types::NamespaceSummary>
A list of namespaces.
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 |