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.
47012 47013 47014 47015 47016 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47012 class Ipv6PrefixSpecification < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |