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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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][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

Returns:

  • (String)


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