Class: Aws::Types::ReimportApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReimportApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#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
#api_id ⇒ ::String
Returns the value of attribute api_id.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def api_id @api_id end |
#basepath ⇒ ::String
Returns the value of attribute basepath.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def basepath @basepath end |
#body ⇒ ::String
Returns the value of attribute body.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def body @body end |
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def fail_on_warnings @fail_on_warnings end |