Class: Aws::IoT::Types::CreateMitigationActionRequest

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

A friendly name for the action. Choose a friendly name that accurately describes the action (for example, ‘EnableLoggingAction`).

Returns:

  • (String)


3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-iot/types.rb', line 3157

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

#action_paramsTypes::MitigationActionParams

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



3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-iot/types.rb', line 3157

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

#role_arnString

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

Returns:

  • (String)


3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-iot/types.rb', line 3157

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

#tagsArray<Types::Tag>

Metadata that can be used to manage the mitigation action.

Returns:



3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-iot/types.rb', line 3157

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