Class: Aws::Types::AnalysisTemplateArtifacts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_artifacts::Array[Types::AnalysisTemplateArtifact]

Returns the value of attribute additional_artifacts.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def additional_artifacts
  @additional_artifacts
end

#entry_pointTypes::AnalysisTemplateArtifact

Returns the value of attribute entry_point.



260
261
262
# File 'sig/types.rbs', line 260

def entry_point
  @entry_point
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def role_arn
  @role_arn
end