Class: Aws::Types::ClusterFsxLustreConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def dns_name
  @dns_name
end

#mount_name::String

Returns the value of attribute mount_name.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def mount_name
  @mount_name
end

#mount_path::String

Returns the value of attribute mount_path.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def mount_path
  @mount_path
end