Class: Aws::Types::ReplicationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#replicatedBoolean

Returns the value of attribute replicated.

Returns:

  • (Boolean)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def replicated
  @replicated
end

#replicated_externallyBoolean

Returns the value of attribute replicated_externally.

Returns:

  • (Boolean)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def replicated_externally
  @replicated_externally
end

#replication_accounts::Array[::String]

Returns the value of attribute replication_accounts.

Returns:

  • (::Array[::String])


1449
1450
1451
# File 'sig/types.rbs', line 1449

def replication_accounts
  @replication_accounts
end