Class: Aws::Types::ClusterEventSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.



1288
1289
1290
# File 'sig/types.rbs', line 1288

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.



1289
1290
1291
# File 'sig/types.rbs', line 1289

def cluster_name
  @cluster_name
end

#description::String

Returns the value of attribute description.



1294
1295
1296
# File 'sig/types.rbs', line 1294

def description
  @description
end

#event_id::String

Returns the value of attribute event_id.



1287
1288
1289
# File 'sig/types.rbs', line 1287

def event_id
  @event_id
end

#event_level"Info", ...

Returns the value of attribute event_level.



1295
1296
1297
# File 'sig/types.rbs', line 1295

def event_level
  @event_level
end

#event_time::Time

Returns the value of attribute event_time.



1293
1294
1295
# File 'sig/types.rbs', line 1293

def event_time
  @event_time
end

#instance_group_name::String

Returns the value of attribute instance_group_name.



1290
1291
1292
# File 'sig/types.rbs', line 1290

def instance_group_name
  @instance_group_name
end

#instance_id::String

Returns the value of attribute instance_id.



1291
1292
1293
# File 'sig/types.rbs', line 1291

def instance_id
  @instance_id
end

#resource_type"Cluster", ...

Returns the value of attribute resource_type.



1292
1293
1294
# File 'sig/types.rbs', line 1292

def resource_type
  @resource_type
end