Class: Aws::Types::StartMetadataModelImportMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartMetadataModelImportMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
-
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
-
#refresh ⇒ Boolean
Returns the value of attribute refresh.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
Instance Attribute Details
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def migration_project_identifier @migration_project_identifier end |
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def origin @origin end |
#refresh ⇒ Boolean
Returns the value of attribute refresh.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def refresh @refresh end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def selection_rules @selection_rules end |