Class: Aws::Types::ScanFilePath
- Inherits:
-
Object
- Object
- Aws::Types::ScanFilePath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#hash ⇒ ::String
Returns the value of attribute hash.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def file_name @file_name end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
2843 2844 2845 |
# File 'sig/types.rbs', line 2843 def file_path @file_path end |
#hash ⇒ ::String
Returns the value of attribute hash.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def hash @hash end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def volume_arn @volume_arn end |