Class: Aws::ResilienceHub::Types::ListMetricsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsArray<Types::Condition>

Indicates the list of all the conditions that were applied on the metrics.

Returns:



4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4227

class ListMetricsRequest < Struct.new(
  :conditions,
  :data_source,
  :fields,
  :max_results,
  :next_token,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceString

Indicates the data source of the metrics.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4227

class ListMetricsRequest < Struct.new(
  :conditions,
  :data_source,
  :fields,
  :max_results,
  :next_token,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<Types::Field>

Indicates the list of fields in the data source.

Returns:



4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4227

class ListMetricsRequest < Struct.new(
  :conditions,
  :data_source,
  :fields,
  :max_results,
  :next_token,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to include in the response. If more results exist than the specified ‘MaxResults` value, a token is included in the response so that the remaining results can be retrieved.

Returns:

  • (Integer)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4227

class ListMetricsRequest < Struct.new(
  :conditions,
  :data_source,
  :fields,
  :max_results,
  :next_token,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Null, or the token from a previous call to get the next set of results.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4227

class ListMetricsRequest < Struct.new(
  :conditions,
  :data_source,
  :fields,
  :max_results,
  :next_token,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#sortsArray<Types::Sort>

(Optional) Indicates the order in which you want to sort the fields in the metrics. By default, the fields are sorted in the ascending order.

Returns:



4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4227

class ListMetricsRequest < Struct.new(
  :conditions,
  :data_source,
  :fields,
  :max_results,
  :next_token,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end