Class: Aws::ElastiCache::Types::ModifyCacheSubnetGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents the input of a ModifyCacheSubnetGroup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_group_descriptionString

A description of the cache subnet group.

Returns:

  • (String)


6189
6190
6191
6192
6193
6194
6195
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6189

class ModifyCacheSubnetGroupMessage < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#cache_subnet_group_nameString

The name for the cache subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Example: mysubnetgroup

Returns:

  • (String)


6189
6190
6191
6192
6193
6194
6195
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6189

class ModifyCacheSubnetGroupMessage < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The EC2 subnet IDs for the cache subnet group.

Returns:

  • (Array<String>)


6189
6190
6191
6192
6193
6194
6195
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6189

class ModifyCacheSubnetGroupMessage < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end