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:

  • ("UPDATE_DEVICE_CERTIFICATE", "UPDATE_CA_CERTIFICATE", "ADD_THINGS_TO_THING_GROUP", "REPLACE_DEFAULT_POLICY_VERSION", "ENABLE_IOT_LOGGING", "PUBLISH_FINDING_TO_SNS")


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:

  • (::Integer)


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:

  • (::String)


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

def next_token
  @next_token
end