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