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.
879 880 881 |
# File 'sig/types.rbs', line 879 def agent_space_id @agent_space_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
878 879 880 |
# File 'sig/types.rbs', line 878 def application_id @application_id end |
#member_type ⇒ "USER"
Returns the value of attribute member_type.
881 882 883 |
# File 'sig/types.rbs', line 881 def member_type @member_type end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def membership_id @membership_id end |