Class: Aws::Types::DescribeDataMigrationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataMigrationsMessage
- 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.
-
#without_settings ⇒ Boolean
Returns the value of attribute without_settings.
-
#without_statistics ⇒ Boolean
Returns the value of attribute without_statistics.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
750 751 752 |
# File 'sig/types.rbs', line 750 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
752 753 754 |
# File 'sig/types.rbs', line 752 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
751 752 753 |
# File 'sig/types.rbs', line 751 def max_records @max_records end |
#without_settings ⇒ Boolean
Returns the value of attribute without_settings.
753 754 755 |
# File 'sig/types.rbs', line 753 def without_settings @without_settings end |
#without_statistics ⇒ Boolean
Returns the value of attribute without_statistics.
754 755 756 |
# File 'sig/types.rbs', line 754 def without_statistics @without_statistics end |