Class: Aws::Types::ProjectPolicyGrantPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::ProjectPolicyGrantPrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#project_designation ⇒ "OWNER", ...
Returns the value of attribute project_designation.
-
#project_grant_filter ⇒ Types::ProjectGrantFilter
Returns the value of attribute project_grant_filter.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
Instance Attribute Details
#project_designation ⇒ "OWNER", ...
Returns the value of attribute project_designation.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def project_designation @project_designation end |
#project_grant_filter ⇒ Types::ProjectGrantFilter
Returns the value of attribute project_grant_filter.
4968 4969 4970 |
# File 'sig/types.rbs', line 4968 def project_grant_filter @project_grant_filter end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
4967 4968 4969 |
# File 'sig/types.rbs', line 4967 def project_identifier @project_identifier end |