Class: Aws::Types::SourceFileSpecifier
- Inherits:
-
Object
- Object
- Aws::Types::SourceFileSpecifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#is_move ⇒ Boolean
Returns the value of attribute is_move.
Instance Attribute Details
#file_path ⇒ ::String
Returns the value of attribute file_path.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def file_path @file_path end |
#is_move ⇒ Boolean
Returns the value of attribute is_move.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def is_move @is_move end |