Class: Aws::Types::DetectMitigationActionsTaskStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_executed::Integer

Returns the value of attribute actions_executed.

Returns:

  • (::Integer)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def actions_executed
  @actions_executed
end

#actions_failed::Integer

Returns the value of attribute actions_failed.

Returns:

  • (::Integer)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def actions_failed
  @actions_failed
end

#actions_skipped::Integer

Returns the value of attribute actions_skipped.

Returns:

  • (::Integer)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def actions_skipped
  @actions_skipped
end