Class: Aws::Types::StartMetadataModelExportAsScriptMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartMetadataModelExportAsScriptMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
-
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def file_name @file_name end |
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def migration_project_identifier @migration_project_identifier end |
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def origin @origin end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def selection_rules @selection_rules end |