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.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def unknown @unknown end |
#user ⇒ Types::UserConfig
Returns the value of attribute user.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def user @user end |