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

Class: Aws::SecurityHub::Types::AwsEc2SecurityGroupIpv6Range

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

Overview

Note:

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

{
  cidr_ipv_6: "NonEmptyString",
}

A range of IPv6 addresses.

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ipv_6String

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

Returns:

  • (String)

    The IPv6 CIDR range.