Class: Aws::Types::AssociationExecutionTarget
- Inherits:
-
Object
- Object
- Aws::Types::AssociationExecutionTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_version ⇒ ::String
Returns the value of attribute association_version.
-
#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.
-
#output_source ⇒ Types::OutputSource
Returns the value of attribute output_source.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def association_id @association_id end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
171 172 173 |
# File 'sig/types.rbs', line 171 def association_version @association_version end |
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
176 177 178 |
# File 'sig/types.rbs', line 176 def detailed_status @detailed_status end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def execution_id @execution_id end |
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
177 178 179 |
# File 'sig/types.rbs', line 177 def last_execution_date @last_execution_date end |
#output_source ⇒ Types::OutputSource
Returns the value of attribute output_source.
178 179 180 |
# File 'sig/types.rbs', line 178 def output_source @output_source end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
174 175 176 |
# File 'sig/types.rbs', line 174 def resource_type @resource_type end |
#status ⇒ ::String
Returns the value of attribute status.
175 176 177 |
# File 'sig/types.rbs', line 175 def status @status end |