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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


44233
44234
44235
44236
44237
# File 'lib/aws-sdk-ec2/types.rb', line 44233

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