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
3677 |
# File 'sig/client.rbs', line 3677
def creation_date: () -> ::Time
|
#display_name ⇒ ::String
3676 |
# File 'sig/client.rbs', line 3676
def display_name: () -> ::String
|
#last_modified_date ⇒ ::Time
3678 |
# File 'sig/client.rbs', line 3678
def last_modified_date: () -> ::Time
|
#metric_arn ⇒ ::String
3674 |
# File 'sig/client.rbs', line 3674
def metric_arn: () -> ::String
|
#metric_name ⇒ ::String
3673 |
# File 'sig/client.rbs', line 3673
def metric_name: () -> ::String
|
#metric_type ⇒ "string-list", ...
3675 |
# File 'sig/client.rbs', line 3675
def metric_type: () -> ("string-list" | "ip-address-list" | "number-list" | "number")
|