Class: Aws::EC2::Types::DisassociateNatGatewayAddressResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



29470
29471
29472
29473
29474
29475
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29470

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

#nat_gateway_idString

The ID of the NAT gateway.

Returns:

  • (String)


29470
29471
29472
29473
29474
29475
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29470

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