Class: Aws::Types::GetCommandInvocationResult

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.



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.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def command_id
  @command_id
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def comment
  @comment
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


1773
1774
1775
# File 'sig/types.rbs', line 1773

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def status_details
  @status_details
end