Class: Aws::Types::DescribeFleetMetricResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetMetricResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
-
#aggregation_type ⇒ Types::AggregationType
Returns the value of attribute aggregation_type.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#metric_arn ⇒ ::String
Returns the value of attribute metric_arn.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#aggregation_field ⇒ ::String
Returns the value of attribute aggregation_field.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def aggregation_field @aggregation_field end |
#aggregation_type ⇒ Types::AggregationType
Returns the value of attribute aggregation_type.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def aggregation_type @aggregation_type end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def description @description end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def index_name @index_name end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def last_modified_date @last_modified_date end |
#metric_arn ⇒ ::String
Returns the value of attribute metric_arn.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def metric_arn @metric_arn end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def period @period end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def query_version @query_version end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def unit @unit end |
#version ⇒ ::Integer
Returns the value of attribute version.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def version @version end |