Class: Aws::Types::ModifyGlobalReplicationGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def apply_immediately
  @apply_immediately
end

#automatic_failover_enabledBoolean

Returns the value of attribute automatic_failover_enabled.

Returns:

  • (Boolean)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def automatic_failover_enabled
  @automatic_failover_enabled
end

#cache_node_type::String

Returns the value of attribute cache_node_type.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def cache_node_type
  @cache_node_type
end

#cache_parameter_group_name::String

Returns the value of attribute cache_parameter_group_name.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def cache_parameter_group_name
  @cache_parameter_group_name
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def engine_version
  @engine_version
end

#global_replication_group_description::String

Returns the value of attribute global_replication_group_description.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

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)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def global_replication_group_id
  @global_replication_group_id
end