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)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def db_cluster_arn
  @db_cluster_arn
end

#is_writerBoolean

Returns the value of attribute is_writer.

Returns:

  • (Boolean)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def is_writer
  @is_writer
end

#readers::Array[::String]

Returns the value of attribute readers.

Returns:

  • (::Array[::String])


1136
1137
1138
# File 'sig/types.rbs', line 1136

def readers
  @readers
end