Module: Aws::IoT::Client::_UpdateCustomMetricResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCustomMetricResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #display_name ⇒ ::String
- #last_modified_date ⇒ ::Time
- #metric_arn ⇒ ::String
- #metric_name ⇒ ::String
- #metric_type ⇒ "string-list", ...
Instance Method Details
#creation_date ⇒ ::Time
3684 |
# File 'sig/client.rbs', line 3684
def creation_date: () -> ::Time
|
#display_name ⇒ ::String
3683 |
# File 'sig/client.rbs', line 3683
def display_name: () -> ::String
|
#last_modified_date ⇒ ::Time
3685 |
# File 'sig/client.rbs', line 3685
def last_modified_date: () -> ::Time
|
#metric_arn ⇒ ::String
3681 |
# File 'sig/client.rbs', line 3681
def metric_arn: () -> ::String
|
#metric_name ⇒ ::String
3680 |
# File 'sig/client.rbs', line 3680
def metric_name: () -> ::String
|
#metric_type ⇒ "string-list", ...
3682 |
# File 'sig/client.rbs', line 3682
def metric_type: () -> ("string-list" | "ip-address-list" | "number-list" | "number")
|