Class: Aws::IoT::Types::MitigationActionIdentifier

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

Overview

Information that identifies a mitigation action. This information is returned by ListMitigationActions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_arnString

The IAM role ARN used to apply this mitigation action.

Returns:

  • (String)


11970
11971
11972
11973
11974
11975
11976
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11970

class MitigationActionIdentifier < Struct.new(
  :action_name,
  :action_arn,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The friendly name of the mitigation action.

Returns:

  • (String)


11970
11971
11972
11973
11974
11975
11976
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11970

class MitigationActionIdentifier < Struct.new(
  :action_name,
  :action_arn,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date when this mitigation action was created.

Returns:

  • (Time)


11970
11971
11972
11973
11974
11975
11976
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11970

class MitigationActionIdentifier < Struct.new(
  :action_name,
  :action_arn,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end