Class: Aws::Types::UpdateSessionDataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data::Array[Types::RuntimeSessionData]

Returns the value of attribute data.

Returns:



3322
3323
3324
# File 'sig/types.rbs', line 3322

def data
  @data
end

#namespace"Custom"

Returns the value of attribute namespace.

Returns:

  • ("Custom")


3321
3322
3323
# File 'sig/types.rbs', line 3321

def namespace
  @namespace
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3320
3321
3322
# File 'sig/types.rbs', line 3320

def session_id
  @session_id
end