Class: Aws::DataSync::Types::CreateAgentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

CreateAgentResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnString

The ARN of the agent that you just activated. Use the ListAgents operation to return a list of agents in your Amazon Web Services account and Amazon Web Services Region.

Returns:

  • (String)


296
297
298
299
300
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 296

class CreateAgentResponse < Struct.new(
  :agent_arn)
  SENSITIVE = []
  include Aws::Structure
end