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.



203
204
205
# File 'sig/types.rbs', line 203

def artifacts
  @artifacts
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


204
205
206
# File 'sig/types.rbs', line 204

def unknown
  @unknown
end