Class: Aws::Types::Mount

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)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def name
  @name
end

#relative_path::String

Returns the value of attribute relative_path.

Returns:

  • (::String)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def relative_path
  @relative_path
end

#sourceTypes::MountSource

Returns the value of attribute source.

Returns:



3097
3098
3099
# File 'sig/types.rbs', line 3097

def source
  @source
end

#storage_type"SHARED_STORAGE"

Returns the value of attribute storage_type.

Returns:

  • ("SHARED_STORAGE")


3098
3099
3100
# File 'sig/types.rbs', line 3098

def storage_type
  @storage_type
end