Class: Aws::Types::AssociationExecution
- Inherits:
-
Object
- Object
- Aws::Types::AssociationExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_version ⇒ ::String
Returns the value of attribute association_version.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
-
#resource_count_by_status ⇒ ::String
Returns the value of attribute resource_count_by_status.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
152 153 154 |
# File 'sig/types.rbs', line 152 def alarm_configuration @alarm_configuration end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def association_id @association_id end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
145 146 147 |
# File 'sig/types.rbs', line 145 def association_version @association_version end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
149 150 151 |
# File 'sig/types.rbs', line 149 def created_time @created_time end |
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
148 149 150 |
# File 'sig/types.rbs', line 148 def detailed_status @detailed_status end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def execution_id @execution_id end |
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
150 151 152 |
# File 'sig/types.rbs', line 150 def last_execution_date @last_execution_date end |
#resource_count_by_status ⇒ ::String
Returns the value of attribute resource_count_by_status.
151 152 153 |
# File 'sig/types.rbs', line 151 def resource_count_by_status @resource_count_by_status end |
#status ⇒ ::String
Returns the value of attribute status.
147 148 149 |
# File 'sig/types.rbs', line 147 def status @status end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
153 154 155 |
# File 'sig/types.rbs', line 153 def triggered_alarms @triggered_alarms end |