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.
666 667 668 |
# File 'sig/types.rbs', line 666 def agent_space_id @agent_space_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
665 666 667 |
# File 'sig/types.rbs', line 665 def application_id @application_id end |
#config ⇒ Types::MembershipConfig
Returns the value of attribute config.
669 670 671 |
# File 'sig/types.rbs', line 669 def config @config end |
#member_type ⇒ "USER"
Returns the value of attribute member_type.
668 669 670 |
# File 'sig/types.rbs', line 668 def member_type @member_type end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
667 668 669 |
# File 'sig/types.rbs', line 667 def membership_id @membership_id end |