Class: Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a private IPv4 address specification for a secondary interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#private_ip_address ⇒ String
The private IPv4 address.
Instance Attribute Details
#private_ip_address ⇒ String
The private IPv4 address.
76457 76458 76459 76460 76461 |
# File 'lib/aws-sdk-ec2/types.rb', line 76457 class SecondaryInterfacePrivateIpAddressSpecification < Struct.new( :private_ip_address) SENSITIVE = [] include Aws::Structure end |