Class: Aws::Types::UploadEntityDefinitionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#deprecate_existing_entitiesBoolean

Returns the value of attribute deprecate_existing_entities.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def deprecate_existing_entities
  @deprecate_existing_entities
end

#documentTypes::DefinitionDocument

Returns the value of attribute document.

Returns:



572
573
574
# File 'sig/types.rbs', line 572

def document
  @document
end

#sync_with_public_namespaceBoolean

Returns the value of attribute sync_with_public_namespace.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def sync_with_public_namespace
  @sync_with_public_namespace
end