Class: Aws::Types::ListKeyspacesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyspaces::Array[Types::KeyspaceSummary]

Returns the value of attribute keyspaces.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def keyspaces
  @keyspaces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def next_token
  @next_token
end