Class: Aws::Types::ExportMetadataModelAssessmentMessage
- Inherits:
-
Object
- Object
- Aws::Types::ExportMetadataModelAssessmentMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_report_types ⇒ ::Array[("pdf" | "csv")]
Returns the value of attribute assessment_report_types.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
Instance Attribute Details
#assessment_report_types ⇒ ::Array[("pdf" | "csv")]
Returns the value of attribute assessment_report_types.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def assessment_report_types @assessment_report_types end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def file_name @file_name end |
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def migration_project_identifier @migration_project_identifier end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def selection_rules @selection_rules end |