Class: Aws::Types::DetachObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
-
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
704 705 706 |
# File 'sig/types.rbs', line 704 def directory_arn @directory_arn end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
706 707 708 |
# File 'sig/types.rbs', line 706 def link_name @link_name end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
705 706 707 |
# File 'sig/types.rbs', line 705 def parent_reference @parent_reference end |