Class: Aws::IoT::Types::UpdateMitigationActionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The friendly name for the mitigation action. You cannot change the name by using ‘UpdateMitigationAction`. Instead, you must delete and recreate the mitigation action with the new name.

Returns:

  • (String)


16281
16282
16283
16284
16285
16286
16287
# File 'lib/aws-sdk-iot/types.rb', line 16281

class UpdateMitigationActionRequest < Struct.new(
  :action_name,
  :role_arn,
  :action_params)
  SENSITIVE = []
  include Aws::Structure
end

#action_paramsTypes::MitigationActionParams

Defines the type of action and the parameters for that action.



16281
16282
16283
16284
16285
16286
16287
# File 'lib/aws-sdk-iot/types.rb', line 16281

class UpdateMitigationActionRequest < Struct.new(
  :action_name,
  :role_arn,
  :action_params)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that is used to apply the mitigation action.

Returns:

  • (String)


16281
16282
16283
16284
16285
16286
16287
# File 'lib/aws-sdk-iot/types.rb', line 16281

class UpdateMitigationActionRequest < Struct.new(
  :action_name,
  :role_arn,
  :action_params)
  SENSITIVE = []
  include Aws::Structure
end