Class: Aws::Types::DescribeReplicationTasksResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def marker
  @marker
end

#replication_tasks::Array[Types::ReplicationTask]

Returns the value of attribute replication_tasks.

Returns:



1270
1271
1272
# File 'sig/types.rbs', line 1270

def replication_tasks
  @replication_tasks
end