Class: Aws::Types::CreateProjectMembershipInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectMembershipInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#designation ⇒ "PROJECT_OWNER", ...
Returns the value of attribute designation.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#member ⇒ Types::Member
Returns the value of attribute member.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
Instance Attribute Details
#designation ⇒ "PROJECT_OWNER", ...
Returns the value of attribute designation.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def designation @designation end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def domain_identifier @domain_identifier end |
#member ⇒ Types::Member
Returns the value of attribute member.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def member @member end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def project_identifier @project_identifier end |