Class: Aws::Types::AnalysisSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Artifacts, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsTypes::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.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


215
216
217
# File 'sig/types.rbs', line 215

def unknown
  @unknown
end