Class: Aws::Types::DockerVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autoprovisionBoolean

Returns the value of attribute autoprovision.

Returns:

  • (Boolean)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def autoprovision
  @autoprovision
end

#driver::String

Returns the value of attribute driver.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def driver
  @driver
end

#driver_opts::Hash[::String, ::String]

Returns the value of attribute driver_opts.

Returns:

  • (::Hash[::String, ::String])


1145
1146
1147
# File 'sig/types.rbs', line 1145

def driver_opts
  @driver_opts
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


1146
1147
1148
# File 'sig/types.rbs', line 1146

def labels
  @labels
end

#scope"task", "shared"

Returns the value of attribute scope.

Returns:

  • ("task", "shared")


1142
1143
1144
# File 'sig/types.rbs', line 1142

def scope
  @scope
end