Class: Aws::Types::AnalysisSource
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Artifacts, Text, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts ⇒ Types::AnalysisTemplateArtifacts
Returns the value of attribute artifacts.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#artifacts ⇒ Types::AnalysisTemplateArtifacts
Returns the value of attribute artifacts.
214 215 216 |
# File 'sig/types.rbs', line 214 def artifacts @artifacts end |
#text ⇒ ::String
Returns the value of attribute text.
213 214 215 |
# File 'sig/types.rbs', line 213 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
215 216 217 |
# File 'sig/types.rbs', line 215 def unknown @unknown end |