Class: Aws::Types::ListMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#fields ⇒ ::Array[Types::Field]
Returns the value of attribute fields.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sorts ⇒ ::Array[Types::Sort]
Returns the value of attribute sorts.
Instance Attribute Details
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
901 902 903 |
# File 'sig/types.rbs', line 901 def conditions @conditions end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
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.
903 904 905 |
# File 'sig/types.rbs', line 903 def fields @fields end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
906 907 908 |
# File 'sig/types.rbs', line 906 def sorts @sorts end |