Class: Aws::Types::RuntimeSessionData
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeSessionData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ Types::RuntimeSessionDataValue
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def key @key end |
#value ⇒ Types::RuntimeSessionDataValue
Returns the value of attribute value.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def value @value end |