CacheSecurityGroupMembership

public struct CacheSecurityGroupMembership : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cache security group.

    Declaration

    Swift

    public let cacheSecurityGroupName: String?
  • The membership status in the cache security group. The status changes when 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(cacheSecurityGroupName: String? = nil, status: String? = nil)