Class: Aws::AutoScaling::Types::CancelInstanceRefreshType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::CancelInstanceRefreshType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
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 |