Class: Aws::Types::DescribeReplicationsResponse

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)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def marker
  @marker
end

#replications::Array[Types::Replication]

Returns the value of attribute replications.

Returns:



1283
1284
1285
# File 'sig/types.rbs', line 1283

def replications
  @replications
end