Class: Aws::Types::StartAssessmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAssessmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_data_source_type ⇒ "StrategyRecommendationsApplicationDataCollector", ...
Returns the value of attribute assessment_data_source_type.
-
#assessment_targets ⇒ ::Array[Types::AssessmentTarget]
Returns the value of attribute assessment_targets.
-
#s3bucket_for_analysis_data ⇒ ::String
Returns the value of attribute s3bucket_for_analysis_data.
-
#s3bucket_for_report_data ⇒ ::String
Returns the value of attribute s3bucket_for_report_data.
Instance Attribute Details
#assessment_data_source_type ⇒ "StrategyRecommendationsApplicationDataCollector", ...
Returns the value of attribute assessment_data_source_type.
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.
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.
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.
648 649 650 |
# File 'sig/types.rbs', line 648 def s3bucket_for_report_data @s3bucket_for_report_data end |