Class: Aws::Types::CommandInvocation
- Inherits:
-
Object
- Object
- Aws::Types::CommandInvocation
- 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.
-
#command_plugins ⇒ ::Array[Types::CommandPlugin]
Returns the value of attribute command_plugins.
-
#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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#notification_config ⇒ Types::NotificationConfig
Returns the value of attribute notification_config.
-
#requested_date_time ⇒ ::Time
Returns the value of attribute requested_date_time.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#standard_error_url ⇒ ::String
Returns the value of attribute standard_error_url.
-
#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.
-
#trace_output ⇒ ::String
Returns the value of attribute trace_output.
Instance Attribute Details
#cloud_watch_output_config ⇒ Types::CloudWatchOutputConfig
Returns the value of attribute cloud_watch_output_config.
526 527 528 |
# File 'sig/types.rbs', line 526 def cloud_watch_output_config @cloud_watch_output_config end |
#command_id ⇒ ::String
Returns the value of attribute command_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def command_id @command_id end |
#command_plugins ⇒ ::Array[Types::CommandPlugin]
Returns the value of attribute command_plugins.
523 524 525 |
# File 'sig/types.rbs', line 523 def command_plugins @command_plugins end |
#comment ⇒ ::String
Returns the value of attribute comment.
514 515 516 |
# File 'sig/types.rbs', line 514 def comment @comment end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
515 516 517 |
# File 'sig/types.rbs', line 515 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
516 517 518 |
# File 'sig/types.rbs', line 516 def document_version @document_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
512 513 514 |
# File 'sig/types.rbs', line 512 def instance_id @instance_id end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
513 514 515 |
# File 'sig/types.rbs', line 513 def instance_name @instance_name end |
#notification_config ⇒ Types::NotificationConfig
Returns the value of attribute notification_config.
525 526 527 |
# File 'sig/types.rbs', line 525 def notification_config @notification_config end |
#requested_date_time ⇒ ::Time
Returns the value of attribute requested_date_time.
517 518 519 |
# File 'sig/types.rbs', line 517 def requested_date_time @requested_date_time end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
524 525 526 |
# File 'sig/types.rbs', line 524 def service_role @service_role end |
#standard_error_url ⇒ ::String
Returns the value of attribute standard_error_url.
522 523 524 |
# File 'sig/types.rbs', line 522 def standard_error_url @standard_error_url end |
#standard_output_url ⇒ ::String
Returns the value of attribute standard_output_url.
521 522 523 |
# File 'sig/types.rbs', line 521 def standard_output_url @standard_output_url end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
518 519 520 |
# File 'sig/types.rbs', line 518 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
519 520 521 |
# File 'sig/types.rbs', line 519 def status_details @status_details end |
#trace_output ⇒ ::String
Returns the value of attribute trace_output.
520 521 522 |
# File 'sig/types.rbs', line 520 def trace_output @trace_output end |