Class: Aws::Types::CreateLocationFsxOpenZfsRequest

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)


116
117
118
# File 'sig/types.rbs', line 116

def fsx_filesystem_arn
  @fsx_filesystem_arn
end

#protocolTypes::FsxProtocol

Returns the value of attribute protocol.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def protocol
  @protocol
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


118
119
120
# File 'sig/types.rbs', line 118

def security_group_arns
  @security_group_arns
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def tags
  @tags
end