Class: Aws::Types::AssignPrivateNatGatewayAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


514
515
516
# File 'sig/types.rbs', line 514

def dry_run
  @dry_run
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def nat_gateway_id
  @nat_gateway_id
end

#private_ip_address_count::Integer

Returns the value of attribute private_ip_address_count.

Returns:

  • (::Integer)


513
514
515
# File 'sig/types.rbs', line 513

def private_ip_address_count
  @private_ip_address_count
end

#private_ip_addresses::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


512
513
514
# File 'sig/types.rbs', line 512

def private_ip_addresses
  @private_ip_addresses
end