SecurityGroupMembership
public struct SecurityGroupMembership : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the cache security group.
Declaration
Swift
public let securityGroupId: String?
-
The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(securityGroupId: String? = nil, status: String? = nil)