Class: Aws::IoT::Types::CreateMitigationActionResponse

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_arnString

The ARN for the new mitigation action.

Returns:

  • (String)


3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-iot/types.rb', line 3174

class CreateMitigationActionResponse < Struct.new(
  :action_arn,
  :action_id)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

A unique identifier for the new mitigation action.

Returns:

  • (String)


3174
3175
3176
3177
3178
3179
# File 'lib/aws-sdk-iot/types.rb', line 3174

class CreateMitigationActionResponse < Struct.new(
  :action_arn,
  :action_id)
  SENSITIVE = []
  include Aws::Structure
end