Class: Aws::Types::ListKxClustersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kx_cluster_summaries::Array[Types::KxCluster]

Returns the value of attribute kx_cluster_summaries.

Returns:



887
888
889
# File 'sig/types.rbs', line 887

def kx_cluster_summaries
  @kx_cluster_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def next_token
  @next_token
end