Class: Aws::IoTThingsGraph::Types::UploadEntityDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::UploadEntityDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deprecate_existing_entities ⇒ Boolean
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new ‘DefinitionDocument`.
-
#document ⇒ Types::DefinitionDocument
The ‘DefinitionDocument` that defines the updated entities.
-
#sync_with_public_namespace ⇒ Boolean
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
Instance Attribute Details
#deprecate_existing_entities ⇒ Boolean
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new ‘DefinitionDocument`. If set to `true`, the upload will create a new namespace version.
1678 1679 1680 1681 1682 1683 1684 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1678 class UploadEntityDefinitionsRequest < Struct.new( :document, :sync_with_public_namespace, :deprecate_existing_entities) SENSITIVE = [] include Aws::Structure end |
#document ⇒ Types::DefinitionDocument
The ‘DefinitionDocument` that defines the updated entities.
1678 1679 1680 1681 1682 1683 1684 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1678 class UploadEntityDefinitionsRequest < Struct.new( :document, :sync_with_public_namespace, :deprecate_existing_entities) SENSITIVE = [] include Aws::Structure end |
#sync_with_public_namespace ⇒ Boolean
A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to ‘true`, the upload will create a new namespace version.
1678 1679 1680 1681 1682 1683 1684 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1678 class UploadEntityDefinitionsRequest < Struct.new( :document, :sync_with_public_namespace, :deprecate_existing_entities) SENSITIVE = [] include Aws::Structure end |