CacheSecurityGroup class

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress
  • CreateCacheSecurityGroup
  • RevokeCacheSecurityGroupIngress

Constructors

CacheSecurityGroup({String? arn, String? cacheSecurityGroupName, String? description, List<EC2SecurityGroup>? eC2SecurityGroups, String? ownerId})
CacheSecurityGroup.fromXml(XmlElement elem)
factory

Properties

arn String?
The ARN of the cache security group,
final
cacheSecurityGroupName String?
The name of the cache security group.
final
description String?
The description of the cache security group.
final
eC2SecurityGroups List<EC2SecurityGroup>?
A list of Amazon EC2 security groups that are associated with this cache security group.
final
hashCode int
The hash code for this object.
no setterinherited
ownerId String?
The AWS account ID of the cache security group owner.
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