Class: Aws::Types::GlobalClusterMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_arn::String

Returns the value of attribute db_cluster_arn.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def db_cluster_arn
  @db_cluster_arn
end

#global_write_forwarding_status"enabled", ...

Returns the value of attribute global_write_forwarding_status.

Returns:

  • ("enabled", "disabled", "enabling", "disabling", "unknown")


2686
2687
2688
# File 'sig/types.rbs', line 2686

def global_write_forwarding_status
  @global_write_forwarding_status
end

#is_writerBoolean

Returns the value of attribute is_writer.

Returns:

  • (Boolean)


2685
2686
2687
# File 'sig/types.rbs', line 2685

def is_writer
  @is_writer
end

#readers::Array[::String]

Returns the value of attribute readers.

Returns:

  • (::Array[::String])


2684
2685
2686
# File 'sig/types.rbs', line 2684

def readers
  @readers
end

#synchronization_status"connected", "pending-resync"

Returns the value of attribute synchronization_status.

Returns:

  • ("connected", "pending-resync")


2687
2688
2689
# File 'sig/types.rbs', line 2687

def synchronization_status
  @synchronization_status
end