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)


221
222
223
# File 'sig/types.rbs', line 221

def cluster_arn
  @cluster_arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def name
  @name
end

#normalized_instance_hours::Integer

Returns the value of attribute normalized_instance_hours.

Returns:

  • (::Integer)


220
221
222
# File 'sig/types.rbs', line 220

def normalized_instance_hours
  @normalized_instance_hours
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def outpost_arn
  @outpost_arn
end

#statusTypes::ClusterStatus

Returns the value of attribute status.



219
220
221
# File 'sig/types.rbs', line 219

def status
  @status
end