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

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def policy_name
  @policy_name
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def target
  @target
end