Class: Aws::Types::ImportDocumentationPartsRequest

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:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def body
  @body
end

#fail_on_warningsBoolean

Returns the value of attribute fail_on_warnings.

Returns:

  • (Boolean)


915
916
917
# File 'sig/types.rbs', line 915

def fail_on_warnings
  @fail_on_warnings
end

#mode"merge", "overwrite"

Returns the value of attribute mode.

Returns:

  • ("merge", "overwrite")


914
915
916
# File 'sig/types.rbs', line 914

def mode
  @mode
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def rest_api_id
  @rest_api_id
end