Class: Aws::Types::ListReplicationSetsOutput

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:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def next_token
  @next_token
end

#replication_set_arns ⇒ ::Array[::String]

Returns the value of attribute replication_set_arns.

Returns:

  • (::Array[::String])


493
494
495
# File 'sig/types.rbs', line 493

def replication_set_arns
  @replication_set_arns
end