Class: Aws::Types::AuditMitigationActionExecutionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def action_id
  @action_id
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def action_name
  @action_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


246
247
248
# File 'sig/types.rbs', line 246

def end_time
  @end_time
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def error_code
  @error_code
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def finding_id
  @finding_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def message
  @message
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


245
246
247
# File 'sig/types.rbs', line 245

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED", "CANCELED", "SKIPPED", "PENDING")


244
245
246
# File 'sig/types.rbs', line 244

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def task_id
  @task_id
end