Class: Aws::Types::ListTestGridSessionArtifactsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTestGridSessionArtifactsRequest
- 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.
-
#type ⇒ "VIDEO", "LOG"
Returns the value of attribute type.
Instance Attribute Details
#max_result ⇒ ::Integer
Returns the value of attribute max_result.
878 879 880 |
# File 'sig/types.rbs', line 878 def max_result @max_result end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
879 880 881 |
# File 'sig/types.rbs', line 879 def next_token @next_token end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
876 877 878 |
# File 'sig/types.rbs', line 876 def session_arn @session_arn end |
#type ⇒ "VIDEO", "LOG"
Returns the value of attribute type.
877 878 879 |
# File 'sig/types.rbs', line 877 def type @type end |