Class: Aws::Types::Artifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def arn
  @arn
end

#extension::String

Returns the value of attribute extension.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def extension
  @extension
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def name
  @name
end

#type"UNKNOWN", ...

Returns the value of attribute type.

Returns:

  • ("UNKNOWN", "SCREENSHOT", "DEVICE_LOG", "MESSAGE_LOG", "VIDEO_LOG", "RESULT_LOG", "SERVICE_LOG", "WEBKIT_LOG", "INSTRUMENTATION_OUTPUT", "EXERCISER_MONKEY_OUTPUT", "CALABASH_JSON_OUTPUT", "CALABASH_PRETTY_OUTPUT", "CALABASH_STANDARD_OUTPUT", "CALABASH_JAVA_XML_OUTPUT", "AUTOMATION_OUTPUT", "APPIUM_SERVER_OUTPUT", "APPIUM_JAVA_OUTPUT", "APPIUM_JAVA_XML_OUTPUT", "APPIUM_PYTHON_OUTPUT", "APPIUM_PYTHON_XML_OUTPUT", "EXPLORER_EVENT_LOG", "EXPLORER_SUMMARY_LOG", "APPLICATION_CRASH_REPORT", "XCTEST_LOG", "VIDEO", "CUSTOMER_ARTIFACT", "CUSTOMER_ARTIFACT_LOG", "TESTSPEC_OUTPUT")


31
32
33
# File 'sig/types.rbs', line 31

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def url
  @url
end