Class: Aws::Types::DescribeReplicationTaskAssessmentResultsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationTaskAssessmentResultsMessage
- 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.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def max_records @max_records end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def replication_task_arn @replication_task_arn end |