Class: Aws::Types::ListTestGridSessionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def project_arn
  @project_arn
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CLOSED", "ERRORED")


891
892
893
# File 'sig/types.rbs', line 891

def status
  @status
end