Class: Aws::Types::ListTestGridSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTestGridSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#end_time_after ⇒ ::Time
Returns the value of attribute end_time_after.
-
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
-
#max_result ⇒ ::Integer
Returns the value of attribute max_result.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
892 893 894 |
# File 'sig/types.rbs', line 892 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
893 894 895 |
# File 'sig/types.rbs', line 893 def creation_time_before @creation_time_before end |
#end_time_after ⇒ ::Time
Returns the value of attribute end_time_after.
894 895 896 |
# File 'sig/types.rbs', line 894 def end_time_after @end_time_after end |
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
895 896 897 |
# File 'sig/types.rbs', line 895 def end_time_before @end_time_before end |
#max_result ⇒ ::Integer
Returns the value of attribute max_result.
896 897 898 |
# File 'sig/types.rbs', line 896 def max_result @max_result end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
897 898 899 |
# File 'sig/types.rbs', line 897 def next_token @next_token end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
890 891 892 |
# File 'sig/types.rbs', line 890 def project_arn @project_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
891 892 893 |
# File 'sig/types.rbs', line 891 def status @status end |