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

Inherits:
Struct
  • Object
show all
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

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)


8621
8622
8623
8624
8625
# File 'lib/aws-sdk-securityhub/types.rb', line 8621

class AwsEc2SecurityGroupIpv6Range < Struct.new(
  :cidr_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end