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.

Container for the parameters to the ListPerformanceAnalysisReports operation. Lists all the analysis reports created for the DB instance. The reports are sorted based on the start time of each report.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.PI.AmazonPIRequest
      Amazon.PI.Model.ListPerformanceAnalysisReportsRequest

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

Syntax

C#
public class ListPerformanceAnalysisReportsRequest : AmazonPIRequest
         IAmazonWebServiceRequest

The ListPerformanceAnalysisReportsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Identifier System.String

Gets and sets the property Identifier.

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

Public Property ListTags System.Boolean

Gets and sets the property ListTags.

Specifies whether or not to include the list of tags in the response.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of items to return in the response. If more items exist than the specified MaxResults value, a pagination token is included in the response so that the remaining results can be retrieved.

Public Property NextToken System.String

Gets and sets the property NextToken.

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

Public Property ServiceType Amazon.PI.ServiceType

Gets and sets the property ServiceType.

The Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5