Class: Aws::Types::DetectMitigationActionExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def action_name
  @action_name
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def error_code
  @error_code
end

#execution_end_date::Time

Returns the value of attribute execution_end_date.

Returns:

  • (::Time)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def execution_end_date
  @execution_end_date
end

#execution_start_date::Time

Returns the value of attribute execution_start_date.

Returns:

  • (::Time)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def execution_start_date
  @execution_start_date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def message
  @message
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCESSFUL", "FAILED", "SKIPPED")


2127
2128
2129
# File 'sig/types.rbs', line 2127

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def task_id
  @task_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def thing_name
  @thing_name
end

#violation_id::String

Returns the value of attribute violation_id.

Returns:

  • (::String)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def violation_id
  @violation_id
end