Class: Aws::EC2::Types::Ipv4PrefixSpecificationResponse

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

Overview

Information about the IPv4 delegated prefixes assigned to a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_prefixString

The IPv4 delegated prefixes assigned to the network interface.

Returns:

  • (String)


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

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