AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeMitigationAction operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.IoT.Model.DescribeMitigationActionResponse

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeMitigationActionResponse : AmazonWebServiceResponse

The DescribeMitigationActionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActionArn System.String

Gets and sets the property ActionArn.

The ARN that identifies this migration action.

Public Property ActionId System.String

Gets and sets the property ActionId.

A unique identifier for this action.

Public Property ActionName System.String

Gets and sets the property ActionName.

The friendly name that uniquely identifies the mitigation action.

Public Property ActionParams Amazon.IoT.Model.MitigationActionParams

Gets and sets the property ActionParams.

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

Public Property ActionType Amazon.IoT.MitigationActionType

Gets and sets the property ActionType.

The type of mitigation action.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

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

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5