Class: Aws::Types::Job

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)


608
609
610
# File 'sig/types.rbs', line 608

def arn
  @arn
end

#countersTypes::Counters

Returns the value of attribute counters.

Returns:



616
617
618
# File 'sig/types.rbs', line 616

def counters
  @counters
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


611
612
613
# File 'sig/types.rbs', line 611

def created
  @created
end

#deviceTypes::Device

Returns the value of attribute device.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def device
  @device
end

#device_minutesTypes::DeviceMinutes

Returns the value of attribute device_minutes.



620
621
622
# File 'sig/types.rbs', line 620

def device_minutes
  @device_minutes
end

#insightsTypes::JobInsights

Returns the value of attribute insights.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def insights
  @insights
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def instance_arn
  @instance_arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def name
  @name
end

#result"PENDING", ...

Returns the value of attribute result.

Returns:

  • ("PENDING", "PASSED", "WARNED", "FAILED", "SKIPPED", "ERRORED", "STOPPED")


613
614
615
# File 'sig/types.rbs', line 613

def result
  @result
end

#started::Time

Returns the value of attribute started.

Returns:

  • (::Time)


614
615
616
# File 'sig/types.rbs', line 614

def started
  @started
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PENDING_CONCURRENCY", "PENDING_DEVICE", "PROCESSING", "SCHEDULING", "PREPARING", "RUNNING", "COMPLETED", "STOPPING")


612
613
614
# File 'sig/types.rbs', line 612

def status
  @status
end

#stopped::Time

Returns the value of attribute stopped.

Returns:

  • (::Time)


615
616
617
# File 'sig/types.rbs', line 615

def stopped
  @stopped
end

#type"BUILTIN_FUZZ", ...

Returns the value of attribute type.

Returns:

  • ("BUILTIN_FUZZ", "APPIUM_JAVA_JUNIT", "APPIUM_JAVA_TESTNG", "APPIUM_PYTHON", "APPIUM_NODE", "APPIUM_RUBY", "APPIUM_WEB_JAVA_JUNIT", "APPIUM_WEB_JAVA_TESTNG", "APPIUM_WEB_PYTHON", "APPIUM_WEB_NODE", "APPIUM_WEB_RUBY", "INSTRUMENTATION", "XCTEST", "XCTEST_UI")


610
611
612
# File 'sig/types.rbs', line 610

def type
  @type
end

#video_captureBoolean

Returns the value of attribute video_capture.

Returns:

  • (Boolean)


622
623
624
# File 'sig/types.rbs', line 622

def video_capture
  @video_capture
end

#video_endpoint::String

Returns the value of attribute video_endpoint.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def video_endpoint
  @video_endpoint
end