Class: Aws::Types::UpdateSessionDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


3311
3312
3313
# File 'sig/types.rbs', line 3311

def assistant_id
  @assistant_id
end

#data::Array[Types::RuntimeSessionData]

Returns the value of attribute data.

Returns:



3314
3315
3316
# File 'sig/types.rbs', line 3314

def data
  @data
end

#namespace"Custom"

Returns the value of attribute namespace.

Returns:

  • ("Custom")


3313
3314
3315
# File 'sig/types.rbs', line 3313

def namespace
  @namespace
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


3312
3313
3314
# File 'sig/types.rbs', line 3312

def session_id
  @session_id
end