Class: Aws::Types::UpdateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def client_token @client_token end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def queue_id @queue_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def session_id @session_id end |
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def target_lifecycle_status @target_lifecycle_status end |