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)


585
586
587
# File 'sig/types.rbs', line 585

def dry_run
  @dry_run
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def nat_gateway_id
  @nat_gateway_id
end

#private_ip_address_count::Integer

Returns the value of attribute private_ip_address_count.

Returns:

  • (::Integer)


584
585
586
# File 'sig/types.rbs', line 584

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])


583
584
585
# File 'sig/types.rbs', line 583

def private_ip_addresses
  @private_ip_addresses
end