Class: Aws::Types::UpdateMemberSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMemberSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "PAUSED", "ENABLED"
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def id @id end |
#status ⇒ "PAUSED", "ENABLED"
Returns the value of attribute status.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def status @status end |