Class: Aws::Types::ListSessionActionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def next_token
  @next_token
end

#session_actions::Array[Types::SessionActionSummary]

Returns the value of attribute session_actions.

Returns:



2217
2218
2219
# File 'sig/types.rbs', line 2217

def session_actions
  @session_actions
end