Class: Aws::Types::GetResourceMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metric_queries ⇒ ::Array[Types::MetricQuery]
Returns the value of attribute metric_queries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#period_alignment ⇒ "END_TIME", "START_TIME"
Returns the value of attribute period_alignment.
-
#period_in_seconds ⇒ ::Integer
Returns the value of attribute period_in_seconds.
-
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
176 177 178 |
# File 'sig/types.rbs', line 176 def end_time @end_time end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
173 174 175 |
# File 'sig/types.rbs', line 173 def identifier @identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
178 179 180 |
# File 'sig/types.rbs', line 178 def max_results @max_results end |
#metric_queries ⇒ ::Array[Types::MetricQuery]
Returns the value of attribute metric_queries.
174 175 176 |
# File 'sig/types.rbs', line 174 def metric_queries @metric_queries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
179 180 181 |
# File 'sig/types.rbs', line 179 def next_token @next_token end |
#period_alignment ⇒ "END_TIME", "START_TIME"
Returns the value of attribute period_alignment.
180 181 182 |
# File 'sig/types.rbs', line 180 def period_alignment @period_alignment end |
#period_in_seconds ⇒ ::Integer
Returns the value of attribute period_in_seconds.
177 178 179 |
# File 'sig/types.rbs', line 177 def period_in_seconds @period_in_seconds end |
#service_type ⇒ "RDS", "DOCDB"
Returns the value of attribute service_type.
172 173 174 |
# File 'sig/types.rbs', line 172 def service_type @service_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
175 176 177 |
# File 'sig/types.rbs', line 175 def start_time @start_time end |