class Aws::IoTThingsGraph::Types::DefinitionDocument

A document that defines an entity.

@note When making an API call, you may pass DefinitionDocument

data as a hash:

    {
      language: "GRAPHQL", # required, accepts GRAPHQL
      text: "DefinitionText", # required
    }

@!attribute [rw] language

The language used to define the entity. `GRAPHQL` is the only valid
value.
@return [String]

@!attribute [rw] text

The GraphQL text that defines the entity.
@return [String]

Constants

SENSITIVE