Class: Aws::Types::AwsEcsTaskDefinitionVolumesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#docker_volume_configurationTypes::AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails

Returns the value of attribute docker_volume_configuration.



2424
2425
2426
# File 'sig/types.rbs', line 2424

def docker_volume_configuration
  @docker_volume_configuration
end

#efs_volume_configurationTypes::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails

Returns the value of attribute efs_volume_configuration.



2425
2426
2427
# File 'sig/types.rbs', line 2425

def efs_volume_configuration
  @efs_volume_configuration
end

#hostTypes::AwsEcsTaskDefinitionVolumesHostDetails

Returns the value of attribute host.



2426
2427
2428
# File 'sig/types.rbs', line 2426

def host
  @host
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def name
  @name
end