Class: Aws::EC2::Types::Ipv4PrefixSpecification

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

Overview

Describes an IPv4 prefix.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_prefixString

The IPv4 prefix. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.

Returns:

  • (String)


57011
57012
57013
57014
57015
# File 'lib/aws-sdk-ec2/types.rb', line 57011

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