Class: Aws::EC2::Types::UnassignPrivateNatGatewayAddressResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nat_gateway_addressesArray<Types::NatGatewayAddress>

Information about the NAT gateway IP addresses.

Returns:



66183
66184
66185
66186
66187
66188
# File 'lib/aws-sdk-ec2/types.rb', line 66183

class UnassignPrivateNatGatewayAddressResult < Struct.new(
  :nat_gateway_id,
  :nat_gateway_addresses)
  SENSITIVE = []
  include Aws::Structure
end

#nat_gateway_idString

The ID of the NAT gateway.

Returns:

  • (String)


66183
66184
66185
66186
66187
66188
# File 'lib/aws-sdk-ec2/types.rb', line 66183

class UnassignPrivateNatGatewayAddressResult < Struct.new(
  :nat_gateway_id,
  :nat_gateway_addresses)
  SENSITIVE = []
  include Aws::Structure
end