Class: Aws::Types::ListTestGridSessionActionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTestGridSessionActionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_result ⇒ ::Integer
Returns the value of attribute max_result.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
Instance Attribute Details
#max_result ⇒ ::Integer
Returns the value of attribute max_result.
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.
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.
863 864 865 |
# File 'sig/types.rbs', line 863 def session_arn @session_arn end |