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:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def group_name
  @group_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def policy_arn
  @policy_arn
end