Class: Aws::Types::ListMetricsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditions ⇒ ::Array[Types::Condition]

Returns the value of attribute conditions.

Returns:



901
902
903
# File 'sig/types.rbs', line 901

def conditions
  @conditions
end

#data_source ⇒ ::String

Returns the value of attribute data_source.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def data_source
  @data_source
end

#fields ⇒ ::Array[Types::Field]

Returns the value of attribute fields.

Returns:



903
904
905
# File 'sig/types.rbs', line 903

def fields
  @fields
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


904
905
906
# File 'sig/types.rbs', line 904

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def next_token
  @next_token
end

#sorts ⇒ ::Array[Types::Sort]

Returns the value of attribute sorts.

Returns:



906
907
908
# File 'sig/types.rbs', line 906

def sorts
  @sorts
end