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

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


5268
5269
5270
5271
5272
5273
# File 'lib/aws-sdk-datasync/types.rb', line 5268

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)


5268
5269
5270
5271
5272
5273
# File 'lib/aws-sdk-datasync/types.rb', line 5268

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