Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails

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)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def container_path
  @container_path
end

#host_path::String

Returns the value of attribute host_path.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def host_path
  @host_path
end

#permissions::Array[::String]

Returns the value of attribute permissions.

Returns:

  • (::Array[::String])


2305
2306
2307
# File 'sig/types.rbs', line 2305

def permissions
  @permissions
end