Class: Aws::Types::ImportDocumentationPartsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportDocumentationPartsRequest
- 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.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
916 917 918 |
# File 'sig/types.rbs', line 916 def body @body end |
#fail_on_warnings ⇒ Boolean
Returns the value of attribute fail_on_warnings.
915 916 917 |
# File 'sig/types.rbs', line 915 def fail_on_warnings @fail_on_warnings end |
#mode ⇒ "merge", "overwrite"
Returns the value of attribute mode.
914 915 916 |
# File 'sig/types.rbs', line 914 def mode @mode end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
913 914 915 |
# File 'sig/types.rbs', line 913 def rest_api_id @rest_api_id end |