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)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def autoprovision
  @autoprovision
end

#driver::String

Returns the value of attribute driver.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def driver
  @driver
end

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

Returns the value of attribute driver_opts.

Returns:

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


1160
1161
1162
# File 'sig/types.rbs', line 1160

def driver_opts
  @driver_opts
end

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

Returns the value of attribute labels.

Returns:

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


1161
1162
1163
# File 'sig/types.rbs', line 1161

def labels
  @labels
end

#scope"task", "shared"

Returns the value of attribute scope.

Returns:

  • ("task", "shared")


1157
1158
1159
# File 'sig/types.rbs', line 1157

def scope
  @scope
end