Class: Aws::Types::ReimportApiRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def api_id
  @api_id
end

#basepath::String

Returns the value of attribute basepath.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def basepath
  @basepath
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def body
  @body
end

#fail_on_warningsBoolean

Returns the value of attribute fail_on_warnings.

Returns:

  • (Boolean)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def fail_on_warnings
  @fail_on_warnings
end