Class: Aws::EC2::Types::Ipv6PrefixSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6PrefixSpecification
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the IPv6 prefix.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_prefix ⇒ String
The IPv6 prefix.
Instance Attribute Details
#ipv_6_prefix ⇒ String
The IPv6 prefix.
50793 50794 50795 50796 50797 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50793 class Ipv6PrefixSpecification < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |