Class: Aws::AutoScaling::Types::RollbackInstanceRefreshType
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AutoScaling::Types::RollbackInstanceRefreshType
 
- Defined in:
- gems/aws-sdk-autoscaling/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.
| 6933 6934 6935 6936 6937 | # File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6933 class RollbackInstanceRefreshType < Struct.new( :auto_scaling_group_name) SENSITIVE = [] include Aws::Structure end |