RevokeCacheSecurityGroupIngressMessage

public struct RevokeCacheSecurityGroupIngressMessage : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let cacheSecurityGroupName: String
  • The name of the Amazon EC2 security group to revoke access from.

    Declaration

    Swift

    public let eC2SecurityGroupName: String
  • The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

    Declaration

    Swift

    public let eC2SecurityGroupOwnerId: String
  • Undocumented

    Declaration

    Swift

    public init(cacheSecurityGroupName: String, eC2SecurityGroupName: String, eC2SecurityGroupOwnerId: String)