Class: Aws::Types::UpdateSessionDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::Array[Types::RuntimeSessionData]
Returns the value of attribute data.
-
#namespace ⇒ "Custom"
Returns the value of attribute namespace.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#data ⇒ ::Array[Types::RuntimeSessionData]
Returns the value of attribute data.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def data @data end |
#namespace ⇒ "Custom"
Returns the value of attribute namespace.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def namespace @namespace end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def session_id @session_id end |