Class: Aws::Types::DeleteMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMembershipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#member_type ⇒ "USER"
Returns the value of attribute member_type.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def agent_space_id @agent_space_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def application_id @application_id end |
#member_type ⇒ "USER"
Returns the value of attribute member_type.
883 884 885 |
# File 'sig/types.rbs', line 883 def member_type @member_type end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
882 883 884 |
# File 'sig/types.rbs', line 882 def membership_id @membership_id end |