Class: Aws::Types::GetGroupPolicyRequest

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)


735
736
737
# File 'sig/types.rbs', line 735

def group_name
  @group_name
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def policy_name
  @policy_name
end