Class: Aws::Types::DeleteEnvironmentMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentMembershipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
53 54 55 |
# File 'sig/types.rbs', line 53 def environment_id @environment_id end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def user_arn @user_arn end |