Class: Aws::Types::Command

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::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_configTypes::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.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def command_id
  @command_id
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def comment
  @comment
end

#completed_count::Integer

Returns the value of attribute completed_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def max_errors
  @max_errors
end

#notification_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


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.

Returns:

  • (::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.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def service_role
  @service_role
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Success", "Cancelled", "Failed", "TimedOut", "Cancelling")


484
485
486
# File 'sig/types.rbs', line 484

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def targets
  @targets
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


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.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def triggered_alarms
  @triggered_alarms
end