Class: Aws::AutoScaling::Types::SuspendedProcess

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

Overview

Describes an auto scaling process that has been suspended.

For more information, see Types of processes in the Amazon EC2 Auto Scaling User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#process_nameString

The name of the suspended process.

Returns:

  • (String)


7535
7536
7537
7538
7539
7540
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7535

class SuspendedProcess < Struct.new(
  :process_name,
  :suspension_reason)
  SENSITIVE = []
  include Aws::Structure
end

#suspension_reasonString

The reason that the process was suspended.

Returns:

  • (String)


7535
7536
7537
7538
7539
7540
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7535

class SuspendedProcess < Struct.new(
  :process_name,
  :suspension_reason)
  SENSITIVE = []
  include Aws::Structure
end