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)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def container_path
  @container_path
end

#host_path::String

Returns the value of attribute host_path.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def host_path
  @host_path
end

#permissions::Array[("read" | "write" | "mknod")]

Returns the value of attribute permissions.

Returns:

  • (::Array[("read" | "write" | "mknod")])


1124
1125
1126
# File 'sig/types.rbs', line 1124

def permissions
  @permissions
end