Class: Aws::Types::DetectSyntaxResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectSyntaxResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#syntax_tokens ⇒ ::Array[Types::SyntaxToken]
Returns the value of attribute syntax_tokens.
Instance Attribute Details
#syntax_tokens ⇒ ::Array[Types::SyntaxToken]
Returns the value of attribute syntax_tokens.
672 673 674 |
# File 'sig/types.rbs', line 672 def syntax_tokens @syntax_tokens end |