Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails

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

Overview

Provides details on one or more IPv4 prefixes for a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_prefixString

The IPv4 prefix. For more 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)


7980
7981
7982
7983
7984
# File 'lib/aws-sdk-securityhub/types.rb', line 7980

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