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.
9354 9355 9356 9357 9358 9359 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9354 class VolumeMount < Struct.new( :name, :mount_path) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Volume mount name.
9354 9355 9356 9357 9358 9359 |
# File 'lib/aws-sdk-guardduty/types.rb', line 9354 class VolumeMount < Struct.new( :name, :mount_path) SENSITIVE = [] include Aws::Structure end |