Class: Aws::IoT::Types::UpdateMitigationActionResponse

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)


16534
16535
16536
16537
16538
16539
# File 'lib/aws-sdk-iot/types.rb', line 16534

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

#action_idString

A unique identifier for the mitigation action.

Returns:

  • (String)


16534
16535
16536
16537
16538
16539
# File 'lib/aws-sdk-iot/types.rb', line 16534

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