Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails

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)


2310
2311
2312
# File 'sig/types.rbs', line 2310

def container_path
  @container_path
end

#mount_options::Array[::String]

Returns the value of attribute mount_options.

Returns:

  • (::Array[::String])


2311
2312
2313
# File 'sig/types.rbs', line 2311

def mount_options
  @mount_options
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def size
  @size
end