You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ListMitigationActionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListMitigationActionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  action_type: "UPDATE_DEVICE_CERTIFICATE", # accepts UPDATE_DEVICE_CERTIFICATE, UPDATE_CA_CERTIFICATE, ADD_THINGS_TO_THING_GROUP, REPLACE_DEFAULT_POLICY_VERSION, ENABLE_IOT_LOGGING, PUBLISH_FINDING_TO_SNS
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

Specify a value to limit the result to mitigation actions with a specific action type.

Possible values:

  • UPDATE_DEVICE_CERTIFICATE
  • UPDATE_CA_CERTIFICATE
  • ADD_THINGS_TO_THING_GROUP
  • REPLACE_DEFAULT_POLICY_VERSION
  • ENABLE_IOT_LOGGING
  • PUBLISH_FINDING_TO_SNS

Returns:

  • (String)

    Specify a value to limit the result to mitigation actions with a specific action type.

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)

    The maximum number of results to return at one time.

#next_tokenString

The token for the next set of results.

Returns:

  • (String)

    The token for the next set of results.