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.
14538 14539 14540 14541 14542 14543 |
# File 'lib/aws-sdk-guardduty/types.rb', line 14538 class VolumeMount < Struct.new( :name, :mount_path) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Volume mount name.
14538 14539 14540 14541 14542 14543 |
# File 'lib/aws-sdk-guardduty/types.rb', line 14538 class VolumeMount < Struct.new( :name, :mount_path) SENSITIVE = [] include Aws::Structure end |