Class: Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecification
- Defined in:
- gems/aws-sdk-ec2/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.
76402 76403 76404 76405 76406 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76402 class SecondaryInterfacePrivateIpAddressSpecification < Struct.new( :private_ip_address) SENSITIVE = [] include Aws::Structure end |