Class: Aws::Types::ImportRestApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportRestApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
923 924 925 |
# File 'sig/types.rbs', line 923 def body @body end |
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
921 922 923 |
# File 'sig/types.rbs', line 921 def fail_on_warnings @fail_on_warnings end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
922 923 924 |
# File 'sig/types.rbs', line 922 def parameters @parameters end |