Class: Aws::Types::MembershipConfig
- Inherits:
-
Object
- Object
- Aws::Types::MembershipConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::UserConfig
Returns the value of attribute user.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def unknown @unknown end |
#user ⇒ Types::UserConfig
Returns the value of attribute user.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def user @user end |