Class: Aws::EC2::Types::Ipv6PrefixSpecificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6PrefixSpecificationRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the IPv6 prefix option for a network interface.
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.
47485 47486 47487 47488 47489 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47485 class Ipv6PrefixSpecificationRequest < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |