Class: Aws::Types::CreateLocationFsxLustreRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fsx_filesystem_arn::String

Returns the value of attribute fsx_filesystem_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def fsx_filesystem_arn
  @fsx_filesystem_arn
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


90
91
92
# File 'sig/types.rbs', line 90

def security_group_arns
  @security_group_arns
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def tags
  @tags
end