Class: Aws::Types::ScheduledInstancesPrivateIpAddressConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


17461
17462
17463
# File 'sig/types.rbs', line 17461

def primary
  @primary
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


17462
17463
17464
# File 'sig/types.rbs', line 17462

def private_ip_address
  @private_ip_address
end