Class: Aws::DataSync::Types::CreateAgentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::CreateAgentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
CreateAgentResponse
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the agent that you just activated.
 
Instance Attribute Details
#agent_arn ⇒ String
The ARN of the agent that you just activated. Use the
- ListAgents][1
 - 
operation to return a list of agents in your Amazon
 
Web Services account and Amazon Web Services Region.
[1]: docs.aws.amazon.com/datasync/latest/userguide/API_ListAgents.html
      296 297 298 299 300  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 296 class CreateAgentResponse < Struct.new( :agent_arn) SENSITIVE = [] include Aws::Structure end  |