Class: Aws::Types::PutRestApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRestApiRequest
- 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.
-
#mode ⇒ "merge", "overwrite"
Returns the value of attribute mode.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def body @body end |
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
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.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def mode @mode end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
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.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def rest_api_id @rest_api_id end |