Class: Aws::DataSync::Types::DescribeLocationFsxLustreResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the FSx for Lustre location was created.

Returns:

  • (Time)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1794

class DescribeLocationFsxLustreResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1794

class DescribeLocationFsxLustreResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URI of the FSx for Lustre location that was described.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1794

class DescribeLocationFsxLustreResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_arnsArray<String>

The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.

Returns:

  • (Array<String>)


1794
1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1794

class DescribeLocationFsxLustreResponse < Struct.new(
  :location_arn,
  :location_uri,
  :security_group_arns,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end