Class: Aws::Types::ListTestGridSessionArtifactsRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def session_arn
  @session_arn
end

#type"VIDEO", "LOG"

Returns the value of attribute type.

Returns:

  • ("VIDEO", "LOG")


877
878
879
# File 'sig/types.rbs', line 877

def type
  @type
end