UpdateSecurityGroupRuleDescriptionsIngressRequest

public struct UpdateSecurityGroupRuleDescriptionsIngressRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

    Declaration

    Swift

    public let groupId: String?
  • [EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.

    Declaration

    Swift

    public let groupName: String?
  • The IP permissions for the security group rule.

    Declaration

    Swift

    public let ipPermissions: [IpPermission]
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, groupId: String? = nil, groupName: String? = nil, ipPermissions: [IpPermission])