Class: Aws::DataSync::Types::OnPremConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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

Instance Attribute Details

#agent_arnsArray<String>

The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.

Returns:

  • (Array<String>)


4117
4118
4119
4120
4121
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4117

class OnPremConfig < Struct.new(
  :agent_arns)
  SENSITIVE = []
  include Aws::Structure
end