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

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

#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)


1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1070

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)


1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1070

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)


1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1070

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:



1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1070

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)


1070
1071
1072
1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1070

class GetResourceMetricsResponse < Struct.new(
  :aligned_start_time,
  :aligned_end_time,
  :identifier,
  :metric_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end