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)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def cluster_name
  @cluster_name
end

#cluster_status"Creating", ...

Returns the value of attribute cluster_status.

Returns:

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


1616
1617
1618
# File 'sig/types.rbs', line 1616

def cluster_status
  @cluster_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def creation_time
  @creation_time
end

#image_version_status"UpToDate", ...

Returns the value of attribute image_version_status.

Returns:

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


1618
1619
1620
# File 'sig/types.rbs', line 1618

def image_version_status
  @image_version_status
end

#training_plan_arns::Array[::String]

Returns the value of attribute training_plan_arns.

Returns:

  • (::Array[::String])


1617
1618
1619
# File 'sig/types.rbs', line 1617

def training_plan_arns
  @training_plan_arns
end