Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A data volume to mount from another container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#read_only ⇒ Boolean
Whether the container has read-only access to the volume.
-
#source_container ⇒ String
The name of another container within the same task definition from which to mount volumes.
Instance Attribute Details
#read_only ⇒ Boolean
Whether the container has read-only access to the volume.
11288 11289 11290 11291 11292 11293 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11288 class AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails < Struct.new( :read_only, :source_container) SENSITIVE = [] include Aws::Structure end |
#source_container ⇒ String
The name of another container within the same task definition from which to mount volumes.
11288 11289 11290 11291 11292 11293 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11288 class AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails < Struct.new( :read_only, :source_container) SENSITIVE = [] include Aws::Structure end |