Class: Aws::Types::ListClustersOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clusters::Array[Types::ClusterSummary]

Returns the value of attribute clusters.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def clusters
  @clusters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def next_token
  @next_token
end