Class: Aws::Types::DetachGroupPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def group_name
  @group_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def policy_arn
  @policy_arn
end