Class: Aws::Types::GetRelationalDatabaseMetricDataRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::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.

Returns:

  • ("CPUUtilization", "DatabaseConnections", "DiskQueueDepth", "FreeStorageSpace", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "FreeableMemory", "SwapUsage")


1997
1998
1999
# File 'sig/types.rbs', line 1997

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")])


2002
2003
2004
# File 'sig/types.rbs', line 2002

def statistics
  @statistics
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("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")


2001
2002
2003
# File 'sig/types.rbs', line 2001

def unit
  @unit
end