Class: Aws::Types::DescribeMigrationProjectsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMigrationProjectsMessage
- 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.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def max_records @max_records end |