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
show all
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

Instance Attribute Details

#agent_arnsArray<String>

ARNs of the agents to use for an NFS location.

Returns:

  • (Array<String>)

    ARNs of the agents to use for an NFS location.