Class: Aws::Types::GetEC2RecommendationProjectedMetricsRequest

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)


500
501
502
# File 'sig/types.rbs', line 500

def end_time
  @end_time
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def instance_arn
  @instance_arn
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def period
  @period
end

#recommendation_preferencesTypes::RecommendationPreferences

Returns the value of attribute recommendation_preferences.



501
502
503
# File 'sig/types.rbs', line 501

def recommendation_preferences
  @recommendation_preferences
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


499
500
501
# File 'sig/types.rbs', line 499

def start_time
  @start_time
end

#stat"Maximum", "Average"

Returns the value of attribute stat.

Returns:

  • ("Maximum", "Average")


497
498
499
# File 'sig/types.rbs', line 497

def stat
  @stat
end