Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#counters ⇒ Types::Counters
Returns the value of attribute counters.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#device ⇒ Types::Device
Returns the value of attribute device.
-
#device_minutes ⇒ Types::DeviceMinutes
Returns the value of attribute device_minutes.
-
#insights ⇒ Types::JobInsights
Returns the value of attribute insights.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#result ⇒ "PENDING", ...
Returns the value of attribute result.
-
#started ⇒ ::Time
Returns the value of attribute started.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#stopped ⇒ ::Time
Returns the value of attribute stopped.
-
#type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute type.
-
#video_capture ⇒ Boolean
Returns the value of attribute video_capture.
-
#video_endpoint ⇒ ::String
Returns the value of attribute video_endpoint.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def arn @arn end |
#counters ⇒ Types::Counters
Returns the value of attribute counters.
616 617 618 |
# File 'sig/types.rbs', line 616 def counters @counters end |
#created ⇒ ::Time
Returns the value of attribute created.
611 612 613 |
# File 'sig/types.rbs', line 611 def created @created end |
#device ⇒ Types::Device
Returns the value of attribute device.
618 619 620 |
# File 'sig/types.rbs', line 618 def device @device end |
#device_minutes ⇒ Types::DeviceMinutes
Returns the value of attribute device_minutes.
620 621 622 |
# File 'sig/types.rbs', line 620 def device_minutes @device_minutes end |
#insights ⇒ Types::JobInsights
Returns the value of attribute insights.
623 624 625 |
# File 'sig/types.rbs', line 623 def insights @insights end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
619 620 621 |
# File 'sig/types.rbs', line 619 def instance_arn @instance_arn end |
#message ⇒ ::String
Returns the value of attribute message.
617 618 619 |
# File 'sig/types.rbs', line 617 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
609 610 611 |
# File 'sig/types.rbs', line 609 def name @name end |
#result ⇒ "PENDING", ...
Returns the value of attribute result.
613 614 615 |
# File 'sig/types.rbs', line 613 def result @result end |
#started ⇒ ::Time
Returns the value of attribute started.
614 615 616 |
# File 'sig/types.rbs', line 614 def started @started end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
612 613 614 |
# File 'sig/types.rbs', line 612 def status @status end |
#stopped ⇒ ::Time
Returns the value of attribute stopped.
615 616 617 |
# File 'sig/types.rbs', line 615 def stopped @stopped end |
#type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute type.
610 611 612 |
# File 'sig/types.rbs', line 610 def type @type end |
#video_capture ⇒ Boolean
Returns the value of attribute video_capture.
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.
621 622 623 |
# File 'sig/types.rbs', line 621 def video_endpoint @video_endpoint end |