Class: Aws::Types::PendingModifiedValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token_status"SETTING", "ROTATING"

Returns the value of attribute auth_token_status.

Returns:

  • ("SETTING", "ROTATING")


1429
1430
1431
# File 'sig/types.rbs', line 1429

def auth_token_status
  @auth_token_status
end

#cache_node_ids_to_remove::Array[::String]

Returns the value of attribute cache_node_ids_to_remove.

Returns:

  • (::Array[::String])


1426
1427
1428
# File 'sig/types.rbs', line 1426

def cache_node_ids_to_remove
  @cache_node_ids_to_remove
end

#cache_node_type::String

Returns the value of attribute cache_node_type.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def cache_node_type
  @cache_node_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def engine_version
  @engine_version
end

#log_delivery_configurations::Array[Types::PendingLogDeliveryConfiguration]

Returns the value of attribute log_delivery_configurations.



1430
1431
1432
# File 'sig/types.rbs', line 1430

def log_delivery_configurations
  @log_delivery_configurations
end

#num_cache_nodes::Integer

Returns the value of attribute num_cache_nodes.

Returns:

  • (::Integer)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def num_cache_nodes
  @num_cache_nodes
end

#scale_configTypes::ScaleConfig

Returns the value of attribute scale_config.

Returns:



1433
1434
1435
# File 'sig/types.rbs', line 1433

def scale_config
  @scale_config
end

#transit_encryption_enabledBoolean

Returns the value of attribute transit_encryption_enabled.

Returns:

  • (Boolean)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def transit_encryption_enabled
  @transit_encryption_enabled
end

#transit_encryption_mode"preferred", "required"

Returns the value of attribute transit_encryption_mode.

Returns:

  • ("preferred", "required")


1432
1433
1434
# File 'sig/types.rbs', line 1432

def transit_encryption_mode
  @transit_encryption_mode
end