Class: Aws::Types::PolicyGrantPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::PolicyGrantPrincipal
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DomainUnit, Group, Project, Unknown, User
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_unit ⇒ Types::DomainUnitPolicyGrantPrincipal
Returns the value of attribute domain_unit.
-
#group ⇒ Types::GroupPolicyGrantPrincipal
Returns the value of attribute group.
-
#project ⇒ Types::ProjectPolicyGrantPrincipal
Returns the value of attribute project.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::UserPolicyGrantPrincipal
Returns the value of attribute user.
Instance Attribute Details
#domain_unit ⇒ Types::DomainUnitPolicyGrantPrincipal
Returns the value of attribute domain_unit.
4885 4886 4887 |
# File 'sig/types.rbs', line 4885 def domain_unit @domain_unit end |
#group ⇒ Types::GroupPolicyGrantPrincipal
Returns the value of attribute group.
4883 4884 4885 |
# File 'sig/types.rbs', line 4883 def group @group end |
#project ⇒ Types::ProjectPolicyGrantPrincipal
Returns the value of attribute project.
4884 4885 4886 |
# File 'sig/types.rbs', line 4884 def project @project end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4886 4887 4888 |
# File 'sig/types.rbs', line 4886 def unknown @unknown end |
#user ⇒ Types::UserPolicyGrantPrincipal
Returns the value of attribute user.
4882 4883 4884 |
# File 'sig/types.rbs', line 4882 def user @user end |