Class: Aws::Types::ActionExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_execution_id::String

Returns the value of attribute action_execution_id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def action_execution_id
  @action_execution_id
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def error_details
  @error_details
end

#external_execution_id::String

Returns the value of attribute external_execution_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def external_execution_id
  @external_execution_id
end

#external_execution_url::String

Returns the value of attribute external_execution_url.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def external_execution_url
  @external_execution_url
end

#last_status_change::Time

Returns the value of attribute last_status_change.

Returns:

  • (::Time)


84
85
86
# File 'sig/types.rbs', line 84

def last_status_change
  @last_status_change
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def last_updated_by
  @last_updated_by
end

#log_stream_arn::String

Returns the value of attribute log_stream_arn.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def log_stream_arn
  @log_stream_arn
end

#percent_complete::Integer

Returns the value of attribute percent_complete.

Returns:

  • (::Integer)


89
90
91
# File 'sig/types.rbs', line 89

def percent_complete
  @percent_complete
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Abandoned", "Succeeded", "Failed")


82
83
84
# File 'sig/types.rbs', line 82

def status
  @status
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def summary
  @summary
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def token
  @token
end