You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsEc2SecurityGroupIpRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsEc2SecurityGroupIpRange as input to an Aws::Client method, you can use a vanilla Hash:

{
  cidr_ip: "NonEmptyString",
}

A range of IPv4 addresses.

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ipString

The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.

Returns:

  • (String)

    The IPv4 CIDR range.