Class: Aws::Types::UpdateFleetMetricRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetMetricRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
-
#aggregation_type ⇒ Types::AggregationType
Returns the value of attribute aggregation_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
5195 5196 5197 |
# File 'sig/types.rbs', line 5195 def aggregation_field @aggregation_field end |
#aggregation_type ⇒ Types::AggregationType
Returns the value of attribute aggregation_type.
5193 5194 5195 |
# File 'sig/types.rbs', line 5193 def aggregation_type @aggregation_type end |
#description ⇒ ::String
Returns the value of attribute description.
5196 5197 5198 |
# File 'sig/types.rbs', line 5196 def description @description end |
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
5200 5201 5202 |
# File 'sig/types.rbs', line 5200 def expected_version @expected_version end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
5198 5199 5200 |
# File 'sig/types.rbs', line 5198 def index_name @index_name end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
5191 5192 5193 |
# File 'sig/types.rbs', line 5191 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
5194 5195 5196 |
# File 'sig/types.rbs', line 5194 def period @period end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
5192 5193 5194 |
# File 'sig/types.rbs', line 5192 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
5197 5198 5199 |
# File 'sig/types.rbs', line 5197 def query_version @query_version end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
5199 5200 5201 |
# File 'sig/types.rbs', line 5199 def unit @unit end |