Class: Aws::Types::ClusterEventDetail

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)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def cluster_name
  @cluster_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def description
  @description
end

#event_detailsTypes::EventDetails

Returns the value of attribute event_details.

Returns:



1265
1266
1267
# File 'sig/types.rbs', line 1265

def event_details
  @event_details
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def event_id
  @event_id
end

#event_level"Info", ...

Returns the value of attribute event_level.

Returns:

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


1267
1268
1269
# File 'sig/types.rbs', line 1267

def event_level
  @event_level
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def event_time
  @event_time
end

#instance_group_name::String

Returns the value of attribute instance_group_name.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def instance_group_name
  @instance_group_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def instance_id
  @instance_id
end

#resource_type"Cluster", ...

Returns the value of attribute resource_type.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def resource_type
  @resource_type
end