Class: Aws::Types::Device

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)


558
559
560
# File 'sig/types.rbs', line 558

def container_path
  @container_path
end

#host_path::String

Returns the value of attribute host_path.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def host_path
  @host_path
end

#permissions::Array[("READ" | "WRITE" | "MKNOD")]

Returns the value of attribute permissions.

Returns:

  • (::Array[("READ" | "WRITE" | "MKNOD")])


559
560
561
# File 'sig/types.rbs', line 559

def permissions
  @permissions
end