Class: Aws::Types::ListClustersResponse

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:



5288
5289
5290
# File 'sig/types.rbs', line 5288

def clusters
  @clusters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5289
5290
5291
# File 'sig/types.rbs', line 5289

def next_token
  @next_token
end