Class: Aws::Types::DescribeClustersResponse

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

Returns the value of attribute clusters.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def clusters
  @clusters
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def next_token
  @next_token
end