Class: Aws::Types::ListMitigationActionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_type"UPDATE_DEVICE_CERTIFICATE", ...

Returns the value of attribute action_type.

Returns:



3345
3346
3347
# File 'sig/types.rbs', line 3345

def action_type
  @action_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



3346
3347
3348
# File 'sig/types.rbs', line 3346

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



3347
3348
3349
# File 'sig/types.rbs', line 3347

def next_token
  @next_token
end