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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.

Returns:

  • (String)


7977
7978
7979
7980
7981
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7977

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