Class: Aws::AutoScalingPlans::Types::GetScalingPlanResourceForecastDataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datapointsArray<Types::Datapoint>

The data points to return.

Returns:



461
462
463
464
465
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 461

class GetScalingPlanResourceForecastDataResponse < Struct.new(
  :datapoints)
  SENSITIVE = []
  include Aws::Structure
end