Class: Aws::DataSync::Types::OnPremConfig

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

Overview

The DataSync agents that can connect to your Network File System (NFS) file server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

You can specify more than one agent. For more information, see [Using multiple DataSync agents].

[1]: docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents

Returns:

  • (Array<String>)


4338
4339
4340
4341
4342
# File 'lib/aws-sdk-datasync/types.rb', line 4338

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