Class: Aws::Types::AttachObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_reference ⇒ Types::ObjectReference
Returns the value of attribute child_reference.
-
#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
#child_reference ⇒ Types::ObjectReference
Returns the value of attribute child_reference.
42 43 44 |
# File 'sig/types.rbs', line 42 def child_reference @child_reference end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def directory_arn @directory_arn end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
43 44 45 |
# File 'sig/types.rbs', line 43 def link_name @link_name end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
41 42 43 |
# File 'sig/types.rbs', line 41 def parent_reference @parent_reference end |