Class: Aws::Types::GetRelationalDatabaseMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#metric_name ⇒ "CPUUtilization", ...
Returns the value of attribute metric_name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def end_time @end_time end |
#metric_name ⇒ "CPUUtilization", ...
Returns the value of attribute metric_name.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def period @period end |
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def relational_database_name @relational_database_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def start_time @start_time end |
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def statistics @statistics end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def unit @unit end |