Class: Aws::Types::DescribeReplicationTasksMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationTasksMessage
- 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.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def max_records @max_records end |
#without_settings ⇒ Boolean
Returns the value of attribute without_settings.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def without_settings @without_settings end |