Class: Aws::EC2::Types::Ipv6PrefixSpecificationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the IPv4 prefix option for a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_prefixString

The IPv6 prefix.

Returns:

  • (String)


43415
43416
43417
43418
43419
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43415

class Ipv6PrefixSpecificationRequest < Struct.new(
  :ipv_6_prefix)
  SENSITIVE = []
  include Aws::Structure
end