Class: Aws::PI::Types::CreatePerformanceAnalysisReportRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time defined for the analysis report.

Returns:

  • (Time)


137
138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-pi/types.rb', line 137

class CreatePerformanceAnalysisReportRequest < Struct.new(
  :service_type,
  :identifier,
  :start_time,
  :end_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its ‘DbiResourceId` value. For example, specify `db-ADECBTYHKTSAUMUZQYPDS2GW4A`.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-pi/types.rb', line 137

class CreatePerformanceAnalysisReportRequest < Struct.new(
  :service_type,
  :identifier,
  :start_time,
  :end_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#service_typeString

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is ‘RDS`.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-pi/types.rb', line 137

class CreatePerformanceAnalysisReportRequest < Struct.new(
  :service_type,
  :identifier,
  :start_time,
  :end_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time defined for the analysis report.

Returns:

  • (Time)


137
138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-pi/types.rb', line 137

class CreatePerformanceAnalysisReportRequest < Struct.new(
  :service_type,
  :identifier,
  :start_time,
  :end_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The metadata assigned to the analysis report consisting of a key-value pair.

Returns:



137
138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-pi/types.rb', line 137

class CreatePerformanceAnalysisReportRequest < Struct.new(
  :service_type,
  :identifier,
  :start_time,
  :end_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end