Class: Aws::Types::ImportRestApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:



923
924
925
# File 'sig/types.rbs', line 923

def body
  @body
end

#fail_on_warningsBoolean

Returns the value of attribute fail_on_warnings.

Returns:



921
922
923
# File 'sig/types.rbs', line 921

def fail_on_warnings
  @fail_on_warnings
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:



922
923
924
# File 'sig/types.rbs', line 922

def parameters
  @parameters
end