Class: Aws::Types::AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails

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)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def autoprovision
  @autoprovision
end

#driver::String

Returns the value of attribute driver.

Returns:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def driver
  @driver
end

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

Returns the value of attribute driver_opts.

Returns:

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


2434
2435
2436
# File 'sig/types.rbs', line 2434

def driver_opts
  @driver_opts
end

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

Returns the value of attribute labels.

Returns:

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


2435
2436
2437
# File 'sig/types.rbs', line 2435

def labels
  @labels
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def scope
  @scope
end