Class: Aws::Types::DefinitionDocument
- Inherits:
-
Object
- Object
- Aws::Types::DefinitionDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language ⇒ "GRAPHQL"
Returns the value of attribute language.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#language ⇒ "GRAPHQL"
Returns the value of attribute language.
60 61 62 |
# File 'sig/types.rbs', line 60 def language @language end |
#text ⇒ ::String
Returns the value of attribute text.
61 62 63 |
# File 'sig/types.rbs', line 61 def text @text end |