Class: Aws::Types::ClusterEventDetail
- Inherits:
-
Object
- Object
- Aws::Types::ClusterEventDetail
- 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_details ⇒ Types::EventDetails
Returns the value of attribute event_details.
-
#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.
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.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def description @description end |
#event_details ⇒ Types::EventDetails
Returns the value of attribute event_details.
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.
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.
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.
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.
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.
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.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def resource_type @resource_type end |