Class: Aws::IoT::Types::DescribeMitigationActionResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_arnString

The ARN that identifies this migration action.

Returns:

  • (String)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

A unique identifier for this action.

Returns:

  • (String)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The friendly name that uniquely identifies the mitigation action.

Returns:

  • (String)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#action_paramsTypes::MitigationActionParams

Parameters that control how the mitigation action is applied, specific to the type of mitigation action.



5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of mitigation action.

Returns:

  • (String)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date and time when the mitigation action was added to your Amazon Web Services accounts.

Returns:

  • (Time)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date and time when the mitigation action was last changed.

Returns:

  • (Time)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role used to apply this action.

Returns:

  • (String)


5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5929

class DescribeMitigationActionResponse < Struct.new(
  :action_name,
  :action_type,
  :action_arn,
  :action_id,
  :role_arn,
  :action_params,
  :creation_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end