Class: Aws::Types::GroupPolicyGrantPrincipal

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

Defined Under Namespace

Classes: GroupIdentifier, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


3566
3567
3568
# File 'sig/types.rbs', line 3566

def group_identifier
  @group_identifier
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3567
3568
3569
# File 'sig/types.rbs', line 3567

def unknown
  @unknown
end