Class: Aws::Types::Command
- Inherits:
-
Object
- Object
- Aws::Types::Command
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#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.
-
#completed_count ⇒ ::Integer
Returns the value of attribute completed_count.
-
#delivery_timed_out_count ⇒ ::Integer
Returns the value of attribute delivery_timed_out_count.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
-
#expires_after ⇒ ::Time
Returns the value of attribute expires_after.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#notification_config ⇒ Types::NotificationConfig
Returns the value of attribute notification_config.
-
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
-
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
-
#output_s3_region ⇒ ::String
Returns the value of attribute output_s3_region.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#requested_date_time ⇒ ::Time
Returns the value of attribute requested_date_time.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
-
#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.
499 500 501 |
# File 'sig/types.rbs', line 499 def alarm_configuration @alarm_configuration end |
#cloud_watch_output_config ⇒ Types::CloudWatchOutputConfig
Returns the value of attribute cloud_watch_output_config.
497 498 499 |
# File 'sig/types.rbs', line 497 def cloud_watch_output_config @cloud_watch_output_config end |
#command_id ⇒ ::String
Returns the value of attribute command_id.
475 476 477 |
# File 'sig/types.rbs', line 475 def command_id @command_id end |
#comment ⇒ ::String
Returns the value of attribute comment.
478 479 480 |
# File 'sig/types.rbs', line 478 def comment @comment end |
#completed_count ⇒ ::Integer
Returns the value of attribute completed_count.
492 493 494 |
# File 'sig/types.rbs', line 492 def completed_count @completed_count end |
#delivery_timed_out_count ⇒ ::Integer
Returns the value of attribute delivery_timed_out_count.
494 495 496 |
# File 'sig/types.rbs', line 494 def delivery_timed_out_count @delivery_timed_out_count end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
476 477 478 |
# File 'sig/types.rbs', line 476 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
477 478 479 |
# File 'sig/types.rbs', line 477 def document_version @document_version end |
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
493 494 495 |
# File 'sig/types.rbs', line 493 def error_count @error_count end |
#expires_after ⇒ ::Time
Returns the value of attribute expires_after.
479 480 481 |
# File 'sig/types.rbs', line 479 def expires_after @expires_after end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
481 482 483 |
# File 'sig/types.rbs', line 481 def instance_ids @instance_ids end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
489 490 491 |
# File 'sig/types.rbs', line 489 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
490 491 492 |
# File 'sig/types.rbs', line 490 def max_errors @max_errors end |
#notification_config ⇒ Types::NotificationConfig
Returns the value of attribute notification_config.
496 497 498 |
# File 'sig/types.rbs', line 496 def notification_config @notification_config end |
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
487 488 489 |
# File 'sig/types.rbs', line 487 def output_s3_bucket_name @output_s3_bucket_name end |
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
488 489 490 |
# File 'sig/types.rbs', line 488 def output_s3_key_prefix @output_s3_key_prefix end |
#output_s3_region ⇒ ::String
Returns the value of attribute output_s3_region.
486 487 488 |
# File 'sig/types.rbs', line 486 def output_s3_region @output_s3_region end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
480 481 482 |
# File 'sig/types.rbs', line 480 def parameters @parameters end |
#requested_date_time ⇒ ::Time
Returns the value of attribute requested_date_time.
483 484 485 |
# File 'sig/types.rbs', line 483 def requested_date_time @requested_date_time end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
495 496 497 |
# File 'sig/types.rbs', line 495 def service_role @service_role end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
484 485 486 |
# File 'sig/types.rbs', line 484 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
485 486 487 |
# File 'sig/types.rbs', line 485 def status_details @status_details end |
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
491 492 493 |
# File 'sig/types.rbs', line 491 def target_count @target_count end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
482 483 484 |
# File 'sig/types.rbs', line 482 def targets @targets end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
498 499 500 |
# File 'sig/types.rbs', line 498 def timeout_seconds @timeout_seconds end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
500 501 502 |
# File 'sig/types.rbs', line 500 def triggered_alarms @triggered_alarms end |