Class: Aws::Types::FilePaths
- Inherits:
-
Object
- Object
- Aws::Types::FilePaths
- 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.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def file_name @file_name end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
5726 5727 5728 |
# File 'sig/types.rbs', line 5726 def file_path @file_path end |
#hash ⇒ ::String
Returns the value of attribute hash.
5729 5730 5731 |
# File 'sig/types.rbs', line 5729 def hash @hash end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
5728 5729 5730 |
# File 'sig/types.rbs', line 5728 def resource_id @resource_id end |