Class: Aws::Types::DeleteProjectMembershipInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProjectMembershipInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def domain_identifier @domain_identifier end |
#member ⇒ Types::Member
Returns the value of attribute member.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def member @member end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def project_identifier @project_identifier end |