Class: Aws::Types::FileSystemLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def path
  @path
end

#type"SHARED", "LOCAL"

Returns the value of attribute type.

Returns:

  • ("SHARED", "LOCAL")


1175
1176
1177
# File 'sig/types.rbs', line 1175

def type
  @type
end