Class: Aws::Types::PutRestApiRequest

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)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def body
  @body
end

#fail_on_warningsBoolean

Returns the value of attribute fail_on_warnings.

Returns:

  • (Boolean)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def fail_on_warnings
  @fail_on_warnings
end

#mode"merge", "overwrite"

Returns the value of attribute mode.

Returns:

  • ("merge", "overwrite")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def mode
  @mode
end

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

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


1119
1120
1121
# File 'sig/types.rbs', line 1119

def parameters
  @parameters
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def rest_api_id
  @rest_api_id
end