You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ScheduledInstancesPrivateIpAddressConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ScheduledInstancesPrivateIpAddressConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  primary: false,
  private_ip_address: "String",
}

Describes a private IPv4 address for a Scheduled Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#primaryBoolean

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

Returns:

  • (Boolean)

    Indicates whether this is a primary IPv4 address.

#private_ip_addressString

The IPv4 address.

Returns:

  • (String)

    The IPv4 address.