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)


15796
15797
15798
15799
15800
15801
# File 'lib/aws-sdk-iot/types.rb', line 15796

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

#action_idString

A unique identifier for the mitigation action.

Returns:

  • (String)


15796
15797
15798
15799
15800
15801
# File 'lib/aws-sdk-iot/types.rb', line 15796

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