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)


2791
2792
2793
# File 'sig/types.rbs', line 2791

def container_path
  @container_path
end

#mount_options::Array[::String]

Returns the value of attribute mount_options.

Returns:

  • (::Array[::String])


2793
2794
2795
# File 'sig/types.rbs', line 2793

def mount_options
  @mount_options
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2792
2793
2794
# File 'sig/types.rbs', line 2792

def size
  @size
end