Class: Aws::Types::ImportApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#basepath::String

Returns the value of attribute basepath.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def basepath
  @basepath
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def body
  @body
end

#fail_on_warningsBoolean

Returns the value of attribute fail_on_warnings.

Returns:

  • (Boolean)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def fail_on_warnings
  @fail_on_warnings
end