Class: Aws::Types::ClusterEventSummary
- Inherits:
-
Object
- Object
- Aws::Types::ClusterEventSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_level ⇒ "Info", ...
Returns the value of attribute event_level.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#resource_type ⇒ "Cluster", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
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.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
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.
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.
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.
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.
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.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def resource_type @resource_type end |