Class: Aws::Types::UploadEntityDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UploadEntityDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deprecate_existing_entities ⇒ Boolean
Returns the value of attribute deprecate_existing_entities.
-
#document ⇒ Types::DefinitionDocument
Returns the value of attribute document.
-
#sync_with_public_namespace ⇒ Boolean
Returns the value of attribute sync_with_public_namespace.
Instance Attribute Details
#deprecate_existing_entities ⇒ Boolean
Returns the value of attribute deprecate_existing_entities.
574 575 576 |
# File 'sig/types.rbs', line 574 def deprecate_existing_entities @deprecate_existing_entities end |
#document ⇒ Types::DefinitionDocument
Returns the value of attribute document.
572 573 574 |
# File 'sig/types.rbs', line 572 def document @document end |
#sync_with_public_namespace ⇒ Boolean
Returns the value of attribute sync_with_public_namespace.
573 574 575 |
# File 'sig/types.rbs', line 573 def sync_with_public_namespace @sync_with_public_namespace end |