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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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 Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

Returns:

  • (String)


43290
43291
43292
43293
43294
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43290

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