Class: Aws::Route53::Types::ChangeBatch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::ChangeBatch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
The information for a change request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #changes  ⇒ Array<Types::Change> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the changes to make to the record sets.
 - 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional: Any comments you want to include about a change batch request.
 
Instance Attribute Details
#changes ⇒ Array<Types::Change>
Information about the changes to make to the record sets.
      630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 630 class ChangeBatch < Struct.new( :comment, :changes) SENSITIVE = [] include Aws::Structure end  | 
  
#comment ⇒ String
Optional: Any comments you want to include about a change batch request.
      630 631 632 633 634 635  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 630 class ChangeBatch < Struct.new( :comment, :changes) SENSITIVE = [] include Aws::Structure end  |