Class: Aws::Types::ClusterEventSummary

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)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def cluster_name
  @cluster_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def description
  @description
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def event_id
  @event_id
end

#event_level"Info", ...

Returns the value of attribute event_level.

Returns:

  • ("Info", "Warn", "Error")


1280
1281
1282
# File 'sig/types.rbs', line 1280

def event_level
  @event_level
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def event_time
  @event_time
end

#instance_group_name::String

Returns the value of attribute instance_group_name.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def instance_group_name
  @instance_group_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def instance_id
  @instance_id
end

#resource_type"Cluster", ...

Returns the value of attribute resource_type.

Returns:



1277
1278
1279
# File 'sig/types.rbs', line 1277

def resource_type
  @resource_type
end