Class: Aws::Keyspaces::Types::ListKeyspacesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspacesArray<Types::KeyspaceSummary>

A list of keyspaces.

Returns:



1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1025

class ListKeyspacesResponse < Struct.new(
  :next_token,
  :keyspaces)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1025

class ListKeyspacesResponse < Struct.new(
  :next_token,
  :keyspaces)
  SENSITIVE = []
  include Aws::Structure
end