Class: Aws::Types::DescribeMetadataModelImportsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetadataModelImportsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#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.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def max_records @max_records end |
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def migration_project_identifier @migration_project_identifier end |