Class: Aws::PI::Types::GetResourceMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::GetResourceMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aligned_end_time ⇒ Time
The end time for the returned metrics, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`).
-
#aligned_start_time ⇒ Time
The start time for the returned metrics, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`).
-
#identifier ⇒ String
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
-
#metric_list ⇒ Array<Types::MetricKeyDataPoints>
An array of metric results, where each array element contains all of the data points for a particular dimension.
-
#next_token ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#aligned_end_time ⇒ Time
The end time for the returned metrics, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`). `AlignedEndTime` will be greater than or equal to the value of the user-specified `Endtime`.
1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-pi/types.rb', line 1078 class GetResourceMetricsResponse < Struct.new( :aligned_start_time, :aligned_end_time, :identifier, :metric_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#aligned_start_time ⇒ Time
The start time for the returned metrics, after alignment to a granular boundary (as specified by ‘PeriodInSeconds`). `AlignedStartTime` will be less than or equal to the value of the user-specified `StartTime`.
1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-pi/types.rb', line 1078 class GetResourceMetricsResponse < Struct.new( :aligned_start_time, :aligned_end_time, :identifier, :metric_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
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`.
1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-pi/types.rb', line 1078 class GetResourceMetricsResponse < Struct.new( :aligned_start_time, :aligned_end_time, :identifier, :metric_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#metric_list ⇒ Array<Types::MetricKeyDataPoints>
An array of metric results, where each array element contains all of the data points for a particular dimension.
1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-pi/types.rb', line 1078 class GetResourceMetricsResponse < Struct.new( :aligned_start_time, :aligned_end_time, :identifier, :metric_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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 ‘MaxRecords`.
1078 1079 1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-pi/types.rb', line 1078 class GetResourceMetricsResponse < Struct.new( :aligned_start_time, :aligned_end_time, :identifier, :metric_list, :next_token) SENSITIVE = [] include Aws::Structure end |