Class: Aws::DataSync::Types::OnPremConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::OnPremConfig
- Defined in:
- gems/aws-sdk-datasync/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
-
#agent_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.
Instance Attribute Details
#agent_arns ⇒ Array<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.
4515 4516 4517 4518 4519 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4515 class OnPremConfig < Struct.new( :agent_arns) SENSITIVE = [] include Aws::Structure end |