Module: Aws::IoT::Client::_DescribeCustomMetricResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCustomMetricResponse]
- 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
1560 |
# File 'sig/client.rbs', line 1560
def creation_date: () -> ::Time
|
#display_name ⇒ ::String
1559 |
# File 'sig/client.rbs', line 1559
def display_name: () -> ::String
|
#last_modified_date ⇒ ::Time
1561 |
# File 'sig/client.rbs', line 1561
def last_modified_date: () -> ::Time
|
#metric_arn ⇒ ::String
1557 |
# File 'sig/client.rbs', line 1557
def metric_arn: () -> ::String
|
#metric_name ⇒ ::String
1556 |
# File 'sig/client.rbs', line 1556
def metric_name: () -> ::String
|
#metric_type ⇒ "string-list", ...
1558 |
# File 'sig/client.rbs', line 1558
def metric_type: () -> ("string-list" | "ip-address-list" | "number-list" | "number")
|