Class: Aws::Types::GroupPolicyGrantPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::GroupPolicyGrantPrincipal
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: GroupIdentifier, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def group_identifier @group_identifier end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def unknown @unknown end |