Class: Aws::Types::DescribeClusterEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def cluster_name @cluster_name end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def event_id @event_id end |