CacheParameterGroup class
Represents the output of a CreateCacheParameterGroup
operation.
Constructors
- CacheParameterGroup({String? arn, String? cacheParameterGroupFamily, String? cacheParameterGroupName, String? description, bool? isGlobal})
- CacheParameterGroup.fromXml(XmlElement elem)
-
factory
Properties
- arn → String?
-
The ARN (Amazon Resource Name) of the cache parameter group.
final
- cacheParameterGroupFamily → String?
-
The name of the cache parameter group family that this cache parameter group
is compatible with.
final
- cacheParameterGroupName → String?
-
The name of the cache parameter group.
final
- description → String?
-
The description for this cache parameter group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isGlobal → bool?
-
Indicates whether the parameter group is associated with a Global Datastore
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited