Class: Aws::Types::ListTestGridSessionActionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_result::Integer

Returns the value of attribute max_result.

Returns:

  • (::Integer)


864
865
866
# File 'sig/types.rbs', line 864

def max_result
  @max_result
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def next_token
  @next_token
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def session_arn
  @session_arn
end