Class: Aws::AutoScaling::Types::CancelInstanceRefreshType

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


833
834
835
836
837
# File 'lib/aws-sdk-autoscaling/types.rb', line 833

class CancelInstanceRefreshType < Struct.new(
  :auto_scaling_group_name)
  SENSITIVE = []
  include Aws::Structure
end