Class: Aws::Types::CreateMetricRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMetricRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#metric_calculation ⇒ Types::MetricCalculation
Returns the value of attribute metric_calculation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#positive_trend_indicator ⇒ "POSITIVE", ...
Returns the value of attribute positive_trend_indicator.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#unit ⇒ "INTEGER", ...
Returns the value of attribute unit.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def instance_id @instance_id end |
#metric_calculation ⇒ Types::MetricCalculation
Returns the value of attribute metric_calculation.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def metric_calculation @metric_calculation end |
#name ⇒ ::String
Returns the value of attribute name.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def name @name end |
#positive_trend_indicator ⇒ "POSITIVE", ...
Returns the value of attribute positive_trend_indicator.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def positive_trend_indicator @positive_trend_indicator end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def end |
#unit ⇒ "INTEGER", ...
Returns the value of attribute unit.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def unit @unit end |