Class: Aws::Types::InspectionData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency])

Instance Attribute Summary collapse

Instance Attribute Details

#after_arguments::String

Returns the value of attribute after_arguments.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def after_result_selector
  @after_result_selector
end

#error_detailsTypes::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.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def input
  @input
end

#max_concurrency::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


490
491
492
# File 'sig/types.rbs', line 490

def max_concurrency
  @max_concurrency
end

#requestTypes::InspectionDataRequest

Returns the value of attribute request.



480
481
482
# File 'sig/types.rbs', line 480

def request
  @request
end

#responseTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def variables
  @variables
end