You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataSync::Types::OnPremConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::OnPremConfig
- Defined in:
- (unknown)
Overview
Note:
When passing OnPremConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
agent_arns: ["AgentArn"], # required
}
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
Returned by:
Instance Attribute Summary collapse
-
#agent_arns ⇒ Array<String>
ARNs of the agents to use for an NFS location.
Instance Attribute Details
#agent_arns ⇒ Array<String>
ARNs of the agents to use for an NFS location.