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)


5668
5669
5670
5671
5672
5673
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5668

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)


5668
5669
5670
5671
5672
5673
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5668

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