Class: Aws::PI::Types::GetResourceMetricsResponse

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

#aligned_end_timeTime

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`.

Returns:

  • (Time)


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_timeTime

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`.

Returns:

  • (Time)


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

#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`.

Returns:

  • (String)


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_listArray<Types::MetricKeyDataPoints>

An array of metric results, where each array element contains all of the data points for a particular dimension.

Returns:



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_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 ‘MaxRecords`.

Returns:

  • (String)


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