Class: Aws::Types::UpdateScalingPlanRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#application_sourceTypes::ApplicationSource

Returns the value of attribute application_source.



220
221
222
# File 'sig/types.rbs', line 220

def application_source
  @application_source
end

#scaling_instructions::Array[Types::ScalingInstruction]

Returns the value of attribute scaling_instructions.



221
222
223
# File 'sig/types.rbs', line 221

def scaling_instructions
  @scaling_instructions
end

#scaling_plan_name::String

Returns the value of attribute scaling_plan_name.



218
219
220
# File 'sig/types.rbs', line 218

def scaling_plan_name
  @scaling_plan_name
end

#scaling_plan_version::Integer

Returns the value of attribute scaling_plan_version.



219
220
221
# File 'sig/types.rbs', line 219

def scaling_plan_version
  @scaling_plan_version
end