Class: Aws::PI::Types::ListPerformanceAnalysisReportsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

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.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1354

class ListPerformanceAnalysisReportsRequest < Struct.new(
  :service_type,
  :identifier,
  :next_token,
  :max_results,
  :list_tags)
  SENSITIVE = []
  include Aws::Structure
end

#list_tagsBoolean

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

Returns:

  • (Boolean)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1354

class ListPerformanceAnalysisReportsRequest < Struct.new(
  :service_type,
  :identifier,
  :next_token,
  :max_results,
  :list_tags)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1354

class ListPerformanceAnalysisReportsRequest < Struct.new(
  :service_type,
  :identifier,
  :next_token,
  :max_results,
  :list_tags)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1354

class ListPerformanceAnalysisReportsRequest < Struct.new(
  :service_type,
  :identifier,
  :next_token,
  :max_results,
  :list_tags)
  SENSITIVE = []
  include Aws::Structure
end

#service_typeString

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

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1354

class ListPerformanceAnalysisReportsRequest < Struct.new(
  :service_type,
  :identifier,
  :next_token,
  :max_results,
  :list_tags)
  SENSITIVE = []
  include Aws::Structure
end