Class: Aws::Types::UpdateSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENDED")


3307
3308
3309
# File 'sig/types.rbs', line 3307

def target_lifecycle_status
  @target_lifecycle_status
end