Class: Aws::DataSync::Types::CreateAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateAgentResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
CreateAgentResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
Instance Attribute Details
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent. Use the ListAgents
operation to return a list of agents for your account and Amazon Web
Services Region.
154 155 156 157 158 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 154 class CreateAgentResponse < Struct.new( :agent_arn) SENSITIVE = [] include Aws::Structure end |