Class: Aws::PI::Types::CreatePerformanceAnalysisReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::CreatePerformanceAnalysisReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time defined for the analysis report.
-
#identifier ⇒ String
An immutable, Amazon Web Services Region-unique identifier for a data source.
-
#service_type ⇒ String
The Amazon Web Services service for which Performance Insights will return metrics.
-
#start_time ⇒ Time
The start time defined for the analysis report.
-
#tags ⇒ Array<Types::Tag>
The metadata assigned to the analysis report consisting of a key-value pair.
Instance Attribute Details
#end_time ⇒ Time
The end time defined for the analysis report.
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 |
#identifier ⇒ String
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`.
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_type ⇒ String
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is ‘RDS`.
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_time ⇒ Time
The start time defined for the analysis report.
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 |
#tags ⇒ Array<Types::Tag>
The metadata assigned to the analysis report consisting of a key-value pair.
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 |