Class: Aws::DataSync::Types::OnPremConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::OnPremConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
The DataSync agents that are connecting to a Network File System (NFS) location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
Instance Attribute Details
#agent_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-datasync/types.rb', line 4142 class OnPremConfig < Struct.new( :agent_arns) SENSITIVE = [] include Aws::Structure end |