Class: Aws::Types::ConfigurationEvent
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#event_detail ⇒ ::String
Returns the value of attribute event_detail.
-
#event_resource_name ⇒ ::String
Returns the value of attribute event_resource_name.
-
#event_resource_type ⇒ "CLOUDWATCH_ALARM", ...
Returns the value of attribute event_resource_type.
-
#event_status ⇒ "INFO", ...
Returns the value of attribute event_status.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#monitored_resource_arn ⇒ ::String
Returns the value of attribute monitored_resource_arn.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def account_id @account_id end |
#event_detail ⇒ ::String
Returns the value of attribute event_detail.
67 68 69 |
# File 'sig/types.rbs', line 67 def event_detail @event_detail end |
#event_resource_name ⇒ ::String
Returns the value of attribute event_resource_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def event_resource_name @event_resource_name end |
#event_resource_type ⇒ "CLOUDWATCH_ALARM", ...
Returns the value of attribute event_resource_type.
65 66 67 |
# File 'sig/types.rbs', line 65 def event_resource_type @event_resource_type end |
#event_status ⇒ "INFO", ...
Returns the value of attribute event_status.
64 65 66 |
# File 'sig/types.rbs', line 64 def event_status @event_status end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
66 67 68 |
# File 'sig/types.rbs', line 66 def event_time @event_time end |
#monitored_resource_arn ⇒ ::String
Returns the value of attribute monitored_resource_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def monitored_resource_arn @monitored_resource_arn end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def resource_group_name @resource_group_name end |