Class: Aws::Types::DescribeReplicationInstanceTaskLogsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationInstanceTaskLogsMessage
- 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_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def max_records @max_records end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def replication_instance_arn @replication_instance_arn end |