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 ListInsightsMetricData operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudTrail.Model.ListInsightsMetricDataResponse

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

Syntax

C#
public class ListInsightsMetricDataResponse : AmazonWebServiceResponse

The ListInsightsMetricDataResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

Only returned if InsightType parameter was set to ApiErrorRateInsight.

If returning metrics for the ApiErrorRateInsight Insights type, this is the error to retrieve data for. For example, AccessDenied.

Public Property EventName System.String

Gets and sets the property EventName.

The name of the event, typically the Amazon Web Services API on which unusual levels of activity were recorded.

Public Property EventSource System.String

Gets and sets the property EventSource.

The Amazon Web Services service to which the request was made, such as iam.amazonaws.com or s3.amazonaws.com.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InsightType Amazon.CloudTrail.InsightType

Gets and sets the property InsightType.

The type of CloudTrail Insights event, which is either ApiCallRateInsight or ApiErrorRateInsight. The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes.

Public Property NextToken System.String

Gets and sets the property NextToken.

Only returned if the full results could not be returned in a single query. You can set the NextToken parameter in the next request to this value to continue retrieval.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Timestamps System.Collections.Generic.List<System.DateTime>

Gets and sets the property Timestamps.

List of timestamps at intervals corresponding to the specified time period.

Public Property Values System.Collections.Generic.List<System.Double>

Gets and sets the property Values.

List of values representing the API call rate or error rate at each timestamp. The number of values is equal to the number of timestamps.

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