Class: Aws::Types::HomeDirectoryMapEntry
- Inherits:
-
Object
- Object
- Aws::Types::HomeDirectoryMapEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry ⇒ ::String
Returns the value of attribute entry.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#type ⇒ "FILE", "DIRECTORY"
Returns the value of attribute type.
Instance Attribute Details
#entry ⇒ ::String
Returns the value of attribute entry.
740 741 742 |
# File 'sig/types.rbs', line 740 def entry @entry end |
#target ⇒ ::String
Returns the value of attribute target.
741 742 743 |
# File 'sig/types.rbs', line 741 def target @target end |
#type ⇒ "FILE", "DIRECTORY"
Returns the value of attribute type.
742 743 744 |
# File 'sig/types.rbs', line 742 def type @type end |