Class: Aws::Types::AwsEcsTaskDefinitionVolumesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionVolumesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#docker_volume_configuration ⇒ Types::AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails
Returns the value of attribute docker_volume_configuration.
-
#efs_volume_configuration ⇒ Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
Returns the value of attribute efs_volume_configuration.
-
#host ⇒ Types::AwsEcsTaskDefinitionVolumesHostDetails
Returns the value of attribute host.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#docker_volume_configuration ⇒ Types::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_configuration ⇒ Types::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 |
#host ⇒ Types::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.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def name @name end |