Class: Aws::Types::GetScalingPlanResourceForecastDataRequest

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)


104
105
106
# File 'sig/types.rbs', line 104

def end_time
  @end_time
end

#forecast_data_type"CapacityForecast", ...

Returns the value of attribute forecast_data_type.

Returns:

  • ("CapacityForecast", "LoadForecast", "ScheduledActionMinCapacity", "ScheduledActionMaxCapacity")


102
103
104
# File 'sig/types.rbs', line 102

def forecast_data_type
  @forecast_data_type
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def resource_id
  @resource_id
end

#scalable_dimension"autoscaling:autoScalingGroup:DesiredCapacity", ...

Returns the value of attribute scalable_dimension.

Returns:

  • ("autoscaling:autoScalingGroup:DesiredCapacity", "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "rds:cluster:ReadReplicaCount", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits")


101
102
103
# File 'sig/types.rbs', line 101

def scalable_dimension
  @scalable_dimension
end

#scaling_plan_name::String

Returns the value of attribute scaling_plan_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def scaling_plan_name
  @scaling_plan_name
end

#scaling_plan_version::Integer

Returns the value of attribute scaling_plan_version.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def scaling_plan_version
  @scaling_plan_version
end

#service_namespace"autoscaling", ...

Returns the value of attribute service_namespace.

Returns:

  • ("autoscaling", "ecs", "ec2", "rds", "dynamodb")


99
100
101
# File 'sig/types.rbs', line 99

def service_namespace
  @service_namespace
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def start_time
  @start_time
end