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

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

Returns:

  • (String)


43586
43587
43588
43589
43590
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43586

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