Class: Aws::Types::InstanceAssociationStatusInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceAssociationStatusInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_name ⇒ ::String
Returns the value of attribute association_name.
-
#association_version ⇒ ::String
Returns the value of attribute association_version.
-
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#execution_date ⇒ ::Time
Returns the value of attribute execution_date.
-
#execution_summary ⇒ ::String
Returns the value of attribute execution_summary.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_url ⇒ Types::InstanceAssociationOutputUrl
Returns the value of attribute output_url.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def association_id @association_id end |
#association_name ⇒ ::String
Returns the value of attribute association_name.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def association_name @association_name end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def association_version @association_version end |
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def detailed_status @detailed_status end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def document_version @document_version end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def error_code @error_code end |
#execution_date ⇒ ::Time
Returns the value of attribute execution_date.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def execution_date @execution_date end |
#execution_summary ⇒ ::String
Returns the value of attribute execution_summary.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def execution_summary @execution_summary end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def name @name end |
#output_url ⇒ Types::InstanceAssociationOutputUrl
Returns the value of attribute output_url.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def output_url @output_url end |
#status ⇒ ::String
Returns the value of attribute status.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def status @status end |