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.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def instance_id @instance_id end |
#metric_calculation ⇒ Types::MetricCalculation
Returns the value of attribute metric_calculation.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def metric_calculation @metric_calculation end |
#name ⇒ ::String
Returns the value of attribute name.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def name @name end |
#positive_trend_indicator ⇒ "POSITIVE", ...
Returns the value of attribute positive_trend_indicator.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def positive_trend_indicator @positive_trend_indicator end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def @tags end |
#unit ⇒ "INTEGER", ...
Returns the value of attribute unit.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def unit @unit end |