Class: Aws::SecurityHub::Types::AwsEc2SecurityGroupIpv6Range
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2SecurityGroupIpv6Range
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A range of IPv6 addresses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_ipv_6 ⇒ String
The IPv6 CIDR range.
Instance Attribute Details
#cidr_ipv_6 ⇒ String
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.
8614 8615 8616 8617 8618 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8614 class AwsEc2SecurityGroupIpv6Range < Struct.new( :cidr_ipv_6) SENSITIVE = [] include Aws::Structure end |