Class: Aws::Types::GetCommandInvocationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCommandInvocationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_output_config ⇒ Types::CloudWatchOutputConfig
Returns the value of attribute cloud_watch_output_config.
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#execution_elapsed_time ⇒ ::String
Returns the value of attribute execution_elapsed_time.
-
#execution_end_date_time ⇒ ::String
Returns the value of attribute execution_end_date_time.
-
#execution_start_date_time ⇒ ::String
Returns the value of attribute execution_start_date_time.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#plugin_name ⇒ ::String
Returns the value of attribute plugin_name.
-
#response_code ⇒ ::Integer
Returns the value of attribute response_code.
-
#standard_error_content ⇒ ::String
Returns the value of attribute standard_error_content.
-
#standard_error_url ⇒ ::String
Returns the value of attribute standard_error_url.
-
#standard_output_content ⇒ ::String
Returns the value of attribute standard_output_content.
-
#standard_output_url ⇒ ::String
Returns the value of attribute standard_output_url.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
Instance Attribute Details
#cloud_watch_output_config ⇒ Types::CloudWatchOutputConfig
Returns the value of attribute cloud_watch_output_config.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def cloud_watch_output_config @cloud_watch_output_config end |
#command_id ⇒ ::String
Returns the value of attribute command_id.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def command_id @command_id end |
#comment ⇒ ::String
Returns the value of attribute comment.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def comment @comment end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def document_version @document_version end |
#execution_elapsed_time ⇒ ::String
Returns the value of attribute execution_elapsed_time.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def execution_elapsed_time @execution_elapsed_time end |
#execution_end_date_time ⇒ ::String
Returns the value of attribute execution_end_date_time.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def execution_end_date_time @execution_end_date_time end |
#execution_start_date_time ⇒ ::String
Returns the value of attribute execution_start_date_time.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def execution_start_date_time @execution_start_date_time end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def instance_id @instance_id end |
#plugin_name ⇒ ::String
Returns the value of attribute plugin_name.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def plugin_name @plugin_name end |
#response_code ⇒ ::Integer
Returns the value of attribute response_code.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def response_code @response_code end |
#standard_error_content ⇒ ::String
Returns the value of attribute standard_error_content.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def standard_error_content @standard_error_content end |
#standard_error_url ⇒ ::String
Returns the value of attribute standard_error_url.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def standard_error_url @standard_error_url end |
#standard_output_content ⇒ ::String
Returns the value of attribute standard_output_content.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def standard_output_content @standard_output_content end |
#standard_output_url ⇒ ::String
Returns the value of attribute standard_output_url.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def standard_output_url @standard_output_url end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def status_details @status_details end |