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
1567 |
# File 'sig/client.rbs', line 1567
def creation_date: () -> ::Time
|
#display_name ⇒ ::String
1566 |
# File 'sig/client.rbs', line 1566
def display_name: () -> ::String
|
#last_modified_date ⇒ ::Time
1568 |
# File 'sig/client.rbs', line 1568
def last_modified_date: () -> ::Time
|
#metric_arn ⇒ ::String
1564 |
# File 'sig/client.rbs', line 1564
def metric_arn: () -> ::String
|
#metric_name ⇒ ::String
1563 |
# File 'sig/client.rbs', line 1563
def metric_name: () -> ::String
|
#metric_type ⇒ "string-list", ...
1565 |
# File 'sig/client.rbs', line 1565
def metric_type: () -> ("string-list" | "ip-address-list" | "number-list" | "number")
|