Class: Aws::Types::InspectionData
- Inherits:
-
Object
- Object
- Aws::Types::InspectionData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_arguments ⇒ ::String
Returns the value of attribute after_arguments.
-
#after_input_path ⇒ ::String
Returns the value of attribute after_input_path.
-
#after_item_batcher ⇒ ::String
Returns the value of attribute after_item_batcher.
-
#after_item_selector ⇒ ::String
Returns the value of attribute after_item_selector.
-
#after_items_path ⇒ ::String
Returns the value of attribute after_items_path.
-
#after_items_pointer ⇒ ::String
Returns the value of attribute after_items_pointer.
-
#after_parameters ⇒ ::String
Returns the value of attribute after_parameters.
-
#after_result_path ⇒ ::String
Returns the value of attribute after_result_path.
-
#after_result_selector ⇒ ::String
Returns the value of attribute after_result_selector.
-
#error_details ⇒ Types::InspectionErrorDetails
Returns the value of attribute error_details.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#request ⇒ Types::InspectionDataRequest
Returns the value of attribute request.
-
#response ⇒ Types::InspectionDataResponse
Returns the value of attribute response.
-
#result ⇒ ::String
Returns the value of attribute result.
-
#tolerated_failure_count ⇒ ::Integer
Returns the value of attribute tolerated_failure_count.
-
#tolerated_failure_percentage ⇒ ::Float
Returns the value of attribute tolerated_failure_percentage.
-
#variables ⇒ ::String
Returns the value of attribute variables.
Instance Attribute Details
#after_arguments ⇒ ::String
Returns the value of attribute after_arguments.
474 475 476 |
# File 'sig/types.rbs', line 474 def after_arguments @after_arguments end |
#after_input_path ⇒ ::String
Returns the value of attribute after_input_path.
475 476 477 |
# File 'sig/types.rbs', line 475 def after_input_path @after_input_path end |
#after_item_batcher ⇒ ::String
Returns the value of attribute after_item_batcher.
486 487 488 |
# File 'sig/types.rbs', line 486 def after_item_batcher @after_item_batcher end |
#after_item_selector ⇒ ::String
Returns the value of attribute after_item_selector.
485 486 487 |
# File 'sig/types.rbs', line 485 def after_item_selector @after_item_selector end |
#after_items_path ⇒ ::String
Returns the value of attribute after_items_path.
484 485 486 |
# File 'sig/types.rbs', line 484 def after_items_path @after_items_path end |
#after_items_pointer ⇒ ::String
Returns the value of attribute after_items_pointer.
487 488 489 |
# File 'sig/types.rbs', line 487 def after_items_pointer @after_items_pointer end |
#after_parameters ⇒ ::String
Returns the value of attribute after_parameters.
476 477 478 |
# File 'sig/types.rbs', line 476 def after_parameters @after_parameters end |
#after_result_path ⇒ ::String
Returns the value of attribute after_result_path.
479 480 481 |
# File 'sig/types.rbs', line 479 def after_result_path @after_result_path end |
#after_result_selector ⇒ ::String
Returns the value of attribute after_result_selector.
478 479 480 |
# File 'sig/types.rbs', line 478 def after_result_selector @after_result_selector end |
#error_details ⇒ Types::InspectionErrorDetails
Returns the value of attribute error_details.
483 484 485 |
# File 'sig/types.rbs', line 483 def error_details @error_details end |
#input ⇒ ::String
Returns the value of attribute input.
473 474 475 |
# File 'sig/types.rbs', line 473 def input @input end |
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
490 491 492 |
# File 'sig/types.rbs', line 490 def max_concurrency @max_concurrency end |
#request ⇒ Types::InspectionDataRequest
Returns the value of attribute request.
480 481 482 |
# File 'sig/types.rbs', line 480 def request @request end |
#response ⇒ Types::InspectionDataResponse
Returns the value of attribute response.
481 482 483 |
# File 'sig/types.rbs', line 481 def response @response end |
#result ⇒ ::String
Returns the value of attribute result.
477 478 479 |
# File 'sig/types.rbs', line 477 def result @result end |
#tolerated_failure_count ⇒ ::Integer
Returns the value of attribute tolerated_failure_count.
488 489 490 |
# File 'sig/types.rbs', line 488 def tolerated_failure_count @tolerated_failure_count end |
#tolerated_failure_percentage ⇒ ::Float
Returns the value of attribute tolerated_failure_percentage.
489 490 491 |
# File 'sig/types.rbs', line 489 def tolerated_failure_percentage @tolerated_failure_percentage end |
#variables ⇒ ::String
Returns the value of attribute variables.
482 483 484 |
# File 'sig/types.rbs', line 482 def variables @variables end |