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)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def container_path
  @container_path
end

#mount_options::Array[::String]

Returns the value of attribute mount_options.

Returns:

  • (::Array[::String])


1732
1733
1734
# File 'sig/types.rbs', line 1732

def mount_options
  @mount_options
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def size
  @size
end