Class: Aws::EC2::Types::SecondaryInterfacePrivateIpAddressSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#private_ip_addressString

The private IPv4 address.

Returns:

  • (String)


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