Class: Aws::Types::MultiLocationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location_type"Primary", "Replica"

Returns the value of attribute location_type.

Returns:



428
429
430
# File 'sig/types.rbs', line 428

def location_type
  @location_type
end

#primary_location::String

Returns the value of attribute primary_location.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def primary_location
  @primary_location
end

#replicas::Array[Types::Replica]

Returns the value of attribute replicas.

Returns:



430
431
432
# File 'sig/types.rbs', line 430

def replicas
  @replicas
end

#replication_state"InProgress", ...

Returns the value of attribute replication_state.

Returns:

  • ("InProgress", "InSync", "Inconsistent")


431
432
433
# File 'sig/types.rbs', line 431

def replication_state
  @replication_state
end