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:



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

def clusters
  @clusters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end