Class: Aws::GuardDuty::Types::VolumeMount
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::VolumeMount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Container volume mount.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_path ⇒ String
Volume mount path.
-
#name ⇒ String
Volume mount name.
Instance Attribute Details
#mount_path ⇒ String
Volume mount path.
8932 8933 8934 8935 8936 8937 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8932 class VolumeMount < Struct.new( :name, :mount_path) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Volume mount name.
8932 8933 8934 8935 8936 8937 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8932 class VolumeMount < Struct.new( :name, :mount_path) SENSITIVE = [] include Aws::Structure end |