Class: Aws::Types::AttachObjectRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_referenceTypes::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.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def directory_arn
  @directory_arn
end

Returns the value of attribute link_name.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def link_name
  @link_name
end

#parent_referenceTypes::ObjectReference

Returns the value of attribute parent_reference.



41
42
43
# File 'sig/types.rbs', line 41

def parent_reference
  @parent_reference
end