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
Note:
When making an API call, you may pass OnPremConfig data as a hash:
{
agent_arns: ["AgentArn"], # required
}
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
Constant Summary collapse
- SENSITIVE =
[]
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.
2924 2925 2926 2927 2928 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2924 class OnPremConfig < Struct.new( :agent_arns) SENSITIVE = [] include Aws::Structure end |