Class: Aws::Types::UpdateCustomMetricResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomMetricResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#metric_arn ⇒ ::String
Returns the value of attribute metric_arn.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_type ⇒ "string-list", ...
Returns the value of attribute metric_type.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
5112 5113 5114 |
# File 'sig/types.rbs', line 5112 def creation_date @creation_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5111 5112 5113 |
# File 'sig/types.rbs', line 5111 def display_name @display_name end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
5113 5114 5115 |
# File 'sig/types.rbs', line 5113 def last_modified_date @last_modified_date end |
#metric_arn ⇒ ::String
Returns the value of attribute metric_arn.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def metric_arn @metric_arn end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
5108 5109 5110 |
# File 'sig/types.rbs', line 5108 def metric_name @metric_name end |
#metric_type ⇒ "string-list", ...
Returns the value of attribute metric_type.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 def metric_type @metric_type end |