Class: Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a private IPv4 address specification for a secondary interface request.
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.
76871 76872 76873 76874 76875 |
# File 'lib/aws-sdk-ec2/types.rb', line 76871 class SecondaryInterfacePrivateIpAddressSpecificationRequest < Struct.new( :private_ip_address) SENSITIVE = [] include Aws::Structure end |