Class: Aws::Types::GlobalReplicationGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def arn
  @arn
end

#at_rest_encryption_enabledBoolean

Returns the value of attribute at_rest_encryption_enabled.

Returns:

  • (Boolean)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def at_rest_encryption_enabled
  @at_rest_encryption_enabled
end

#auth_token_enabledBoolean

Returns the value of attribute auth_token_enabled.

Returns:

  • (Boolean)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def auth_token_enabled
  @auth_token_enabled
end

#cache_node_type::String

Returns the value of attribute cache_node_type.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def cache_node_type
  @cache_node_type
end

#cluster_enabledBoolean

Returns the value of attribute cluster_enabled.

Returns:

  • (Boolean)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def cluster_enabled
  @cluster_enabled
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def engine_version
  @engine_version
end

#global_node_groups::Array[Types::GlobalNodeGroup]

Returns the value of attribute global_node_groups.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def global_node_groups
  @global_node_groups
end

#global_replication_group_description::String

Returns the value of attribute global_replication_group_description.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def global_replication_group_description
  @global_replication_group_description
end

#global_replication_group_id::String

Returns the value of attribute global_replication_group_id.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def global_replication_group_id
  @global_replication_group_id
end

#members::Array[Types::GlobalReplicationGroupMember]

Returns the value of attribute members.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def members
  @members
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def status
  @status
end

#transit_encryption_enabledBoolean

Returns the value of attribute transit_encryption_enabled.

Returns:

  • (Boolean)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def transit_encryption_enabled
  @transit_encryption_enabled
end