Class: Aws::EC2::Types::Ipv6PrefixSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6PrefixSpecification
- Includes:
- Structure
- Defined in:
- 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.
46904 46905 46906 46907 46908 |
# File 'lib/aws-sdk-ec2/types.rb', line 46904 class Ipv6PrefixSpecification < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |