Class: Aws::Types::ImportApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#basepath ⇒ ::String
Returns the value of attribute basepath.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
Instance Attribute Details
#basepath ⇒ ::String
Returns the value of attribute basepath.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def basepath @basepath end |
#body ⇒ ::String
Returns the value of attribute body.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def body @body end |
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def fail_on_warnings @fail_on_warnings end |