Class: Aws::Types::UnassignPrivateNatGatewayAddressRequest

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)


19043
19044
19045
# File 'sig/types.rbs', line 19043

def dry_run
  @dry_run
end

#max_drain_duration_seconds::Integer

Returns the value of attribute max_drain_duration_seconds.

Returns:

  • (::Integer)


19042
19043
19044
# File 'sig/types.rbs', line 19042

def max_drain_duration_seconds
  @max_drain_duration_seconds
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


19040
19041
19042
# File 'sig/types.rbs', line 19040

def nat_gateway_id
  @nat_gateway_id
end

#private_ip_addresses::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


19041
19042
19043
# File 'sig/types.rbs', line 19041

def private_ip_addresses
  @private_ip_addresses
end