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)


852
853
854
# File 'sig/types.rbs', line 852

def db_cluster_arn
  @db_cluster_arn
end

#is_writerBoolean

Returns the value of attribute is_writer.

Returns:

  • (Boolean)


854
855
856
# File 'sig/types.rbs', line 854

def is_writer
  @is_writer
end

#readers::Array[::String]

Returns the value of attribute readers.

Returns:

  • (::Array[::String])


853
854
855
# File 'sig/types.rbs', line 853

def readers
  @readers
end

#synchronization_status"connected", "pending-resync"

Returns the value of attribute synchronization_status.

Returns:

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


855
856
857
# File 'sig/types.rbs', line 855

def synchronization_status
  @synchronization_status
end