Class: Aws::EC2::Types::Ipv4PrefixSpecificationRequest

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

The IPv4 prefix. For information, see [ Assigning prefixes to Amazon EC2 network interfaces] in the *Amazon Elastic Compute Cloud User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html

Returns:

  • (String)


43432
43433
43434
43435
43436
# File 'lib/aws-sdk-ec2/types.rb', line 43432

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