Class: Aws::EC2::Types::Ipv6PrefixSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ipv_6_prefixString

The IPv6 prefix.

Returns:

  • (String)


43517
43518
43519
43520
43521
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43517

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