Class: Aws::ElastiCache::Types::CreateCacheSubnetGroupMessage

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

Overview

Represents the input of a CreateCacheSubnetGroup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_group_descriptionString

A description for the cache subnet group.

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
2210
2211
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2204

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

#cache_subnet_group_nameString

A 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)


2204
2205
2206
2207
2208
2209
2210
2211
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2204

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

#subnet_idsArray<String>

A list of VPC subnet IDs for the cache subnet group.

Returns:

  • (Array<String>)


2204
2205
2206
2207
2208
2209
2210
2211
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2204

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

#tagsArray<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



2204
2205
2206
2207
2208
2209
2210
2211
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2204

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