Class: Aws::Types::MockInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:result])

Instance Attribute Summary collapse

Instance Attribute Details

#error_outputTypes::MockErrorOutput

Returns the value of attribute error_output.



798
799
800
# File 'sig/types.rbs', line 798

def error_output
  @error_output
end

#field_validation_mode"STRICT", ...

Returns the value of attribute field_validation_mode.

Returns:

  • ("STRICT", "PRESENT", "NONE")


799
800
801
# File 'sig/types.rbs', line 799

def field_validation_mode
  @field_validation_mode
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def result
  @result
end