Class: Aws::EC2::Types::Ipv6PrefixSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6PrefixSpecificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the IPv6 delegated prefixes assigned to a network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_prefix ⇒ String
The IPv6 delegated prefixes assigned to the network interface.
Instance Attribute Details
#ipv_6_prefix ⇒ String
The IPv6 delegated prefixes assigned to the network interface.
46933 46934 46935 46936 46937 |
# File 'lib/aws-sdk-ec2/types.rb', line 46933 class Ipv6PrefixSpecificationResponse < Struct.new( :ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |