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_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def policy_id
  @policy_id
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def target_id
  @target_id
end