Class: Aws::EC2::Types::AssignPrivateIpAddressesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssignPrivateIpAddressesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assigned_private_ip_addresses ⇒ Array<Types::AssignedPrivateIpAddress>
The private IP addresses assigned to the network interface.
-
#network_interface_id ⇒ String
The ID of the network interface.
Instance Attribute Details
#assigned_private_ip_addresses ⇒ Array<Types::AssignedPrivateIpAddress>
The private IP addresses assigned to the network interface.
1243 1244 1245 1246 1247 1248 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1243 class AssignPrivateIpAddressesResult < Struct.new( :network_interface_id, :assigned_private_ip_addresses) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface.
1243 1244 1245 1246 1247 1248 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1243 class AssignPrivateIpAddressesResult < Struct.new( :network_interface_id, :assigned_private_ip_addresses) SENSITIVE = [] include Aws::Structure end |