Class: Aws::Types::Tmpfs

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#container_path::String

Returns the value of attribute container_path.



2807
2808
2809
# File 'sig/types.rbs', line 2807

def container_path
  @container_path
end

#mount_options::Array[::String]

Returns the value of attribute mount_options.



2809
2810
2811
# File 'sig/types.rbs', line 2809

def mount_options
  @mount_options
end

#size::Integer

Returns the value of attribute size.



2808
2809
2810
# File 'sig/types.rbs', line 2808

def size
  @size
end