Class: Aws::Types::ProjectFileSystemLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def identifier
  @identifier
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def location
  @location
end

#mount_options::String

Returns the value of attribute mount_options.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def mount_options
  @mount_options
end

#mount_point::String

Returns the value of attribute mount_point.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def mount_point
  @mount_point
end

#type"EFS"

Returns the value of attribute type.

Returns:

  • ("EFS")


978
979
980
# File 'sig/types.rbs', line 978

def type
  @type
end