Class: Aws::Types::AttachPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def directory_arn
  @directory_arn
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



55
56
57
# File 'sig/types.rbs', line 55

def object_reference
  @object_reference
end

#policy_referenceTypes::ObjectReference

Returns the value of attribute policy_reference.



54
55
56
# File 'sig/types.rbs', line 54

def policy_reference
  @policy_reference
end