Class: Aws::Types::Location
- Inherits:
-
Object
- Object
- Aws::Types::Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#file_position ⇒ ::Integer
Returns the value of attribute file_position.
-
#relative_file_version ⇒ "BEFORE", "AFTER"
Returns the value of attribute relative_file_version.
Instance Attribute Details
#file_path ⇒ ::String
Returns the value of attribute file_path.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def file_path @file_path end |
#file_position ⇒ ::Integer
Returns the value of attribute file_position.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def file_position @file_position end |
#relative_file_version ⇒ "BEFORE", "AFTER"
Returns the value of attribute relative_file_version.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def relative_file_version @relative_file_version end |