Class: Aws::Types::CreateCustomMetricRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomMetricRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_type ⇒ "string-list", ...
Returns the value of attribute metric_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
838 839 840 |
# File 'sig/types.rbs', line 838 def client_request_token @client_request_token end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def display_name @display_name end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
834 835 836 |
# File 'sig/types.rbs', line 834 def metric_name @metric_name end |
#metric_type ⇒ "string-list", ...
Returns the value of attribute metric_type.
836 837 838 |
# File 'sig/types.rbs', line 836 def metric_type @metric_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
837 838 839 |
# File 'sig/types.rbs', line 837 def @tags end |