Class: Aws::Types::BatchGetSessionActionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetSessionActionError]

Returns the value of attribute errors.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def errors
  @errors
end

#session_actions::Array[Types::BatchGetSessionActionItem]

Returns the value of attribute session_actions.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def session_actions
  @session_actions
end