Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A mount point for the data volumes in the container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_path ⇒ String
The path on the container to mount the host volume at.
-
#read_only ⇒ Boolean
Whether the container has read-only access to the volume.
-
#source_volume ⇒ String
The name of the volume to mount.
Instance Attribute Details
#container_path ⇒ String
The path on the container to mount the host volume at.
10975 10976 10977 10978 10979 10980 10981 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10975 class AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails < Struct.new( :container_path, :read_only, :source_volume) SENSITIVE = [] include Aws::Structure end |
#read_only ⇒ Boolean
Whether the container has read-only access to the volume.
10975 10976 10977 10978 10979 10980 10981 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10975 class AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails < Struct.new( :container_path, :read_only, :source_volume) SENSITIVE = [] include Aws::Structure end |
#source_volume ⇒ String
The name of the volume to mount. Must match the name of a volume listed in ‘VolumeDetails` for the task definition.
10975 10976 10977 10978 10979 10980 10981 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10975 class AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails < Struct.new( :container_path, :read_only, :source_volume) SENSITIVE = [] include Aws::Structure end |