Class: Aws::Types::ClusterDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_metadataTypes::ClusterMetadata

Returns the value of attribute cluster_metadata.



614
615
616
# File 'sig/types.rbs', line 614

def 
  @cluster_metadata
end

#last_in_use::Time

Returns the value of attribute last_in_use.

Returns:

  • (::Time)


611
612
613
# File 'sig/types.rbs', line 611

def last_in_use
  @last_in_use
end

#running_unit_count::Integer

Returns the value of attribute running_unit_count.

Returns:

  • (::Integer)


612
613
614
# File 'sig/types.rbs', line 612

def running_unit_count
  @running_unit_count
end

#stopped_unit_count::Integer

Returns the value of attribute stopped_unit_count.

Returns:

  • (::Integer)


613
614
615
# File 'sig/types.rbs', line 613

def stopped_unit_count
  @stopped_unit_count
end