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
289 290 291 292 293 |
# File 'lib/aws-sdk-datasync/types.rb', line 289 class CreateAgentResponse < Struct.new( :agent_arn) SENSITIVE = [] include Aws::Structure end |