You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::Ipv6Range
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6Range
- Defined in:
- (unknown)
Overview
Note:
When passing Ipv6Range as input to an Aws::Client method, you can use a vanilla Hash:
{
cidr_ipv_6: "String",
description: "String",
}
[EC2-VPC only] Describes an IPv6 range.
Instance Attribute Summary collapse
-
#cidr_ipv_6 ⇒ String
The IPv6 CIDR range.
-
#description ⇒ String
A description for the security group rule that references this IPv6 address range.
Instance Attribute Details
#cidr_ipv_6 ⇒ String
The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.
#description ⇒ String
A description for the security group rule that references this IPv6 address range.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*