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)


16804
16805
16806
# File 'sig/types.rbs', line 16804

def primary
  @primary
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


16805
16806
16807
# File 'sig/types.rbs', line 16805

def private_ip_address
  @private_ip_address
end