Module: Aws::IoT::Client::_DescribeFleetMetricResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFleetMetricResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_field ⇒ ::String
- #aggregation_type ⇒ Types::AggregationType
- #creation_date ⇒ ::Time
- #description ⇒ ::String
- #index_name ⇒ ::String
- #last_modified_date ⇒ ::Time
- #metric_arn ⇒ ::String
- #metric_name ⇒ ::String
- #period ⇒ ::Integer
- #query_string ⇒ ::String
- #query_version ⇒ ::String
- #unit ⇒ "Seconds", ...
- #version ⇒ ::Integer
Instance Method Details
#aggregation_field ⇒ ::String
1666 |
# File 'sig/client.rbs', line 1666
def aggregation_field: () -> ::String
|
#aggregation_type ⇒ Types::AggregationType
1664 |
# File 'sig/client.rbs', line 1664
def aggregation_type: () -> Types::AggregationType
|
#creation_date ⇒ ::Time
1670 |
# File 'sig/client.rbs', line 1670
def creation_date: () -> ::Time
|
#description ⇒ ::String
1667 |
# File 'sig/client.rbs', line 1667
def description: () -> ::String
|
#index_name ⇒ ::String
1669 |
# File 'sig/client.rbs', line 1669
def index_name: () -> ::String
|
#last_modified_date ⇒ ::Time
1671 |
# File 'sig/client.rbs', line 1671
def last_modified_date: () -> ::Time
|
#metric_arn ⇒ ::String
1674 |
# File 'sig/client.rbs', line 1674
def metric_arn: () -> ::String
|
#metric_name ⇒ ::String
1662 |
# File 'sig/client.rbs', line 1662
def metric_name: () -> ::String
|
#period ⇒ ::Integer
1665 |
# File 'sig/client.rbs', line 1665
def period: () -> ::Integer
|
#query_string ⇒ ::String
1663 |
# File 'sig/client.rbs', line 1663
def query_string: () -> ::String
|
#query_version ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668
def query_version: () -> ::String
|
#unit ⇒ "Seconds", ...
1672 |
# File 'sig/client.rbs', line 1672
def unit: () -> ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")
|
#version ⇒ ::Integer
1673 |
# File 'sig/client.rbs', line 1673
def version: () -> ::Integer
|