Class: Aws::Types::CreateMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMembershipRequest
- 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.
-
#config ⇒ Types::MembershipConfig
Returns the value of attribute config.
-
#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.
684 685 686 |
# File 'sig/types.rbs', line 684 def agent_space_id @agent_space_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
683 684 685 |
# File 'sig/types.rbs', line 683 def application_id @application_id end |
#config ⇒ Types::MembershipConfig
Returns the value of attribute config.
687 688 689 |
# File 'sig/types.rbs', line 687 def config @config end |
#member_type ⇒ "USER"
Returns the value of attribute member_type.
686 687 688 |
# File 'sig/types.rbs', line 686 def member_type @member_type end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
685 686 687 |
# File 'sig/types.rbs', line 685 def membership_id @membership_id end |