Class: Aws::DataSync::Types::UpdateAgentRequest

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

Overview

UpdateAgentRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnString

The Amazon Resource Name (ARN) of the agent to update.

Returns:

  • (String)


5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5561

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

#nameString

The name that you want to use to configure the agent.

Returns:

  • (String)


5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5561

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