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

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

Instance Attribute Details

#private_ip_addressString

The private IPv4 address.

Returns:

  • (String)


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