Class: Aws::Types::GlobalReplicationGroupMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failover"enabled", ...

Returns the value of attribute automatic_failover.

Returns:

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


1028
1029
1030
# File 'sig/types.rbs', line 1028

def automatic_failover
  @automatic_failover
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def replication_group_id
  @replication_group_id
end

#replication_group_region::String

Returns the value of attribute replication_group_region.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def replication_group_region
  @replication_group_region
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def role
  @role
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def status
  @status
end