You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::CreateCacheSecurityGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateCacheSecurityGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  cache_security_group_name: "String", # required
  description: "String", # required
}

Represents the input of a CreateCacheSecurityGroup operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_nameString

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

Returns:

  • (String)

    A name for the cache security group.

#descriptionString

A description for the cache security group.

Returns:

  • (String)

    A description for the cache security group.