Class: Aws::Types::StartAssessmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_data_source_type"StrategyRecommendationsApplicationDataCollector", ...

Returns the value of attribute assessment_data_source_type.

Returns:

  • ("StrategyRecommendationsApplicationDataCollector", "ManualImport", "ApplicationDiscoveryService")


645
646
647
# File 'sig/types.rbs', line 645

def assessment_data_source_type
  @assessment_data_source_type
end

#assessment_targets::Array[Types::AssessmentTarget]

Returns the value of attribute assessment_targets.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def assessment_targets
  @assessment_targets
end

#s3bucket_for_analysis_data::String

Returns the value of attribute s3bucket_for_analysis_data.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def s3bucket_for_analysis_data
  @s3bucket_for_analysis_data
end

#s3bucket_for_report_data::String

Returns the value of attribute s3bucket_for_report_data.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def s3bucket_for_report_data
  @s3bucket_for_report_data
end