Class: Aws::Types::GetClustersForImageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::Array[Types::ClusterInformation]

Returns the value of attribute cluster.

Returns:



1657
1658
1659
# File 'sig/types.rbs', line 1657

def cluster
  @cluster
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def next_token
  @next_token
end