Class: Aws::DataSync::Types::UpdateAgentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::UpdateAgentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
UpdateAgentRequest
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the agent to update.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name that you want to use to configure the agent.
 
Instance Attribute Details
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent to update.
      5668 5669 5670 5671 5672 5673  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5668 class UpdateAgentRequest < Struct.new( :agent_arn, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name that you want to use to configure the agent.
      5668 5669 5670 5671 5672 5673  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5668 class UpdateAgentRequest < Struct.new( :agent_arn, :name) SENSITIVE = [] include Aws::Structure end  |