Class: Aws::Types::TestingDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::TestingData

Returns the value of attribute input.

Returns:



2015
2016
2017
# File 'sig/types.rbs', line 2015

def input
  @input
end

#outputTypes::TestingData

Returns the value of attribute output.

Returns:



2016
2017
2018
# File 'sig/types.rbs', line 2016

def output
  @output
end

#validationTypes::ValidationData

Returns the value of attribute validation.



2017
2018
2019
# File 'sig/types.rbs', line 2017

def validation
  @validation
end