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.
660 661 662 |
# File 'sig/types.rbs', line 660 def agent_space_id @agent_space_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
659 660 661 |
# File 'sig/types.rbs', line 659 def application_id @application_id end |
#config ⇒ Types::MembershipConfig
Returns the value of attribute config.
663 664 665 |
# File 'sig/types.rbs', line 663 def config @config end |
#member_type ⇒ "USER"
Returns the value of attribute member_type.
662 663 664 |
# File 'sig/types.rbs', line 662 def member_type @member_type end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def membership_id @membership_id end |