Class: Aws::Types::DeleteGroupPolicyRequest

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)


384
385
386
# File 'sig/types.rbs', line 384

def group_name
  @group_name
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def policy_name
  @policy_name
end