Class: Aws::Types::DescribeMetadataModelChildrenMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelChildrenMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#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
#marker ⇒ ::String
Returns the value of attribute marker.
981 982 983 |
# File 'sig/types.rbs', line 981 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
982 983 984 |
# File 'sig/types.rbs', line 982 def max_records @max_records end |
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
979 980 981 |
# File 'sig/types.rbs', line 979 def migration_project_identifier @migration_project_identifier end |
#origin ⇒ "SOURCE", "TARGET"
Returns the value of attribute origin.
980 981 982 |
# File 'sig/types.rbs', line 980 def origin @origin end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
978 979 980 |
# File 'sig/types.rbs', line 978 def selection_rules @selection_rules end |