Class: Aws::EC2::Types::InstanceIpv4Prefix

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

Overview

Information about an IPv4 prefix.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_prefixString

One or more IPv4 prefixes assigned to the network interface.

Returns:

  • (String)


39569
39570
39571
39572
39573
# File 'lib/aws-sdk-ec2/types.rb', line 39569

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