Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
One or more private IPv4 addresses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#primary ⇒ Boolean
Indicates whether the private IPv4 address is the primary private IPv4 address.
-
#private_ip_address ⇒ String
The private IPv4 address.
Instance Attribute Details
#primary ⇒ Boolean
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
8029 8030 8031 8032 8033 8034 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8029 class AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails < Struct.new( :primary, :private_ip_address) SENSITIVE = [] include Aws::Structure end |
#private_ip_address ⇒ String
The private IPv4 address.
8029 8030 8031 8032 8033 8034 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8029 class AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails < Struct.new( :primary, :private_ip_address) SENSITIVE = [] include Aws::Structure end |