Class: Aws::Types::CommandInvocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:



523
524
525
# File 'sig/types.rbs', line 523

def command_plugins
  @command_plugins
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def comment
  @comment
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def instance_name
  @instance_name
end

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

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


518
519
520
# File 'sig/types.rbs', line 518

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


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.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def trace_output
  @trace_output
end