Class: Aws::Types::ClusterSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def cluster_name
  @cluster_name
end

#cluster_status"Creating", ...

Returns the value of attribute cluster_status.

Returns:

  • ("Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating")


1631
1632
1633
# File 'sig/types.rbs', line 1631

def cluster_status
  @cluster_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def creation_time
  @creation_time
end

#image_version_status"UpToDate", ...

Returns the value of attribute image_version_status.

Returns:

  • ("UpToDate", "UpdateAvailable", "SecurityUpdateRequired", "EndOfLife")


1633
1634
1635
# File 'sig/types.rbs', line 1633

def image_version_status
  @image_version_status
end

#training_plan_arns::Array[::String]

Returns the value of attribute training_plan_arns.

Returns:

  • (::Array[::String])


1632
1633
1634
# File 'sig/types.rbs', line 1632

def training_plan_arns
  @training_plan_arns
end