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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

DescribeLocationEfsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The ARN of the access point that DataSync uses to access the Amazon EFS file system.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the location was created.

Returns:

  • (Time)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_configTypes::Ec2Config

The subnet and security groups that DataSync uses to access your Amazon EFS file system.

Returns:



1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_access_role_arnString

The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#in_transit_encryptionString

Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The ARN of the Amazon EFS file system location.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URL of the Amazon EFS file system location.

Returns:

  • (String)


1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1749

class DescribeLocationEfsResponse < Struct.new(
  :location_arn,
  :location_uri,
  :ec2_config,
  :creation_time,
  :access_point_arn,
  :file_system_access_role_arn,
  :in_transit_encryption)
  SENSITIVE = []
  include Aws::Structure
end