Class: Aws::Types::DetachPolicyRequest

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)


341
342
343
# File 'sig/types.rbs', line 341

def policy_id
  @policy_id
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def target_id
  @target_id
end