Class: Aws::Types::ScalingPlanResource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def resource_id
  @resource_id
end

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

Returns the value of attribute scalable_dimension.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def scalable_dimension
  @scalable_dimension
end

#scaling_plan_name::String

Returns the value of attribute scaling_plan_name.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def scaling_plan_name
  @scaling_plan_name
end

#scaling_plan_version::Integer

Returns the value of attribute scaling_plan_version.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def scaling_plan_version
  @scaling_plan_version
end

#scaling_policies::Array[Types::ScalingPolicy]

Returns the value of attribute scaling_policies.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def scaling_policies
  @scaling_policies
end

#scaling_status_code"Inactive", ...

Returns the value of attribute scaling_status_code.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def scaling_status_code
  @scaling_status_code
end

#scaling_status_message::String

Returns the value of attribute scaling_status_message.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def scaling_status_message
  @scaling_status_message
end

#service_namespace"autoscaling", ...

Returns the value of attribute service_namespace.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def service_namespace
  @service_namespace
end