Class: Aws::Types::DescribeCustomMetricResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomMetricResponse
- 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.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def creation_date @creation_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def display_name @display_name end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def last_modified_date @last_modified_date end |
#metric_arn ⇒ ::String
Returns the value of attribute metric_arn.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def metric_arn @metric_arn end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def metric_name @metric_name end |
#metric_type ⇒ "string-list", ...
Returns the value of attribute metric_type.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def metric_type @metric_type end |