Class: Aws::Types::Tmpfs

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_path::String

Returns the value of attribute container_path.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def container_path
  @container_path
end

#mount_options::Array[::String]

Returns the value of attribute mount_options.

Returns:

  • (::Array[::String])


1792
1793
1794
# File 'sig/types.rbs', line 1792

def mount_options
  @mount_options
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def size
  @size
end