Class: Aws::Types::GetRDSDatabaseRecommendationProjectedMetricsRequest

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)


632
633
634
# File 'sig/types.rbs', line 632

def end_time
  @end_time
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


630
631
632
# File 'sig/types.rbs', line 630

def period
  @period
end

#recommendation_preferencesTypes::RecommendationPreferences

Returns the value of attribute recommendation_preferences.



633
634
635
# File 'sig/types.rbs', line 633

def recommendation_preferences
  @recommendation_preferences
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def resource_arn
  @resource_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


631
632
633
# File 'sig/types.rbs', line 631

def start_time
  @start_time
end

#stat"Maximum", "Average"

Returns the value of attribute stat.

Returns:

  • ("Maximum", "Average")


629
630
631
# File 'sig/types.rbs', line 629

def stat
  @stat
end