Class: Aws::Types::ListReplicatorsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def next_token
  @next_token
end

#replicators::Array[Types::ReplicatorSummary]

Returns the value of attribute replicators.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def replicators
  @replicators
end