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.
203 204 205 |
# File 'sig/types.rbs', line 203 def artifacts @artifacts end |
#text ⇒ ::String
Returns the value of attribute text.
202 203 204 |
# File 'sig/types.rbs', line 202 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
204 205 206 |
# File 'sig/types.rbs', line 204 def unknown @unknown end |