You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataSync::Types::DescribeLocationEfsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

DescribeLocationEfsResponse

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the EFS location was created.

Returns:

  • (Time)

    The time that the EFS location was created.

#ec2_configTypes::Ec2Config

The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.

Returns:

  • (Types::Ec2Config)

    The subnet and the security group that DataSync uses to access target EFS file system.

#location_arnString

The Amazon Resource Name (ARN) of the EFS location that was described.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the EFS location that was described.

#location_uriString

The URL of the EFS location that was described.

Returns:

  • (String)

    The URL of the EFS location that was described.