Class: Aws::MigrationHubStrategyRecommendations::Types::AssessmentTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::AssessmentTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Defines the criteria of assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition ⇒ String
Condition of an assessment.
-
#name ⇒ String
Name of an assessment.
-
#values ⇒ Array<String>
Values of an assessment.
Instance Attribute Details
#condition ⇒ String
Condition of an assessment.
469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 469 class AssessmentTarget < Struct.new( :condition, :name, :values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of an assessment.
469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 469 class AssessmentTarget < Struct.new( :condition, :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
Values of an assessment.
469 470 471 472 473 474 475 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 469 class AssessmentTarget < Struct.new( :condition, :name, :values) SENSITIVE = [] include Aws::Structure end |