Class: Aws::Types::TestingDataResult
- Inherits:
-
Object
- Object
- Aws::Types::TestingDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Types::TestingData
Returns the value of attribute input.
-
#output ⇒ Types::TestingData
Returns the value of attribute output.
-
#validation ⇒ Types::ValidationData
Returns the value of attribute validation.
Instance Attribute Details
#input ⇒ Types::TestingData
Returns the value of attribute input.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def input @input end |
#output ⇒ Types::TestingData
Returns the value of attribute output.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def output @output end |
#validation ⇒ Types::ValidationData
Returns the value of attribute validation.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def validation @validation end |