Class: Aws::Types::TestGridSessionArtifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

#filename::String

Returns the value of attribute filename.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def filename
  @filename
end

#type"UNKNOWN", ...

Returns the value of attribute type.

Returns:

  • ("UNKNOWN", "VIDEO", "SELENIUM_LOG")


1353
1354
1355
# File 'sig/types.rbs', line 1353

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def url
  @url
end