Class: Aws::AutoScaling::Types::StartInstanceRefreshAnswer
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AutoScaling::Types::StartInstanceRefreshAnswer
 
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #instance_refresh_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique ID for tracking the progress of the instance refresh. 
Instance Attribute Details
#instance_refresh_id ⇒ String
A unique ID for tracking the progress of the instance refresh.
| 7397 7398 7399 7400 7401 | # File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7397 class StartInstanceRefreshAnswer < Struct.new( :instance_refresh_id) SENSITIVE = [] include Aws::Structure end |