Class: Aws::AutoScalingPlans::Types::GetScalingPlanResourceForecastDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::GetScalingPlanResourceForecastDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datapoints ⇒ Array<Types::Datapoint>
The data points to return.
Instance Attribute Details
#datapoints ⇒ Array<Types::Datapoint>
The data points to return.
461 462 463 464 465 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 461 class GetScalingPlanResourceForecastDataResponse < Struct.new( :datapoints) SENSITIVE = [] include Aws::Structure end |