Class: Aws::Types::ListClustersResult

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::DescribeClusterSummary]

Returns the value of attribute clusters.

Returns:



5294
5295
5296
# File 'sig/types.rbs', line 5294

def clusters
  @clusters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5295
5296
5297
# File 'sig/types.rbs', line 5295

def next_token
  @next_token
end