Class: Aws::EC2::Types::DeleteNatGatewayResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#nat_gateway_idString

The ID of the NAT gateway.

Returns:

  • (String)


8240
8241
8242
8243
# File 'lib/aws-sdk-ec2/types.rb', line 8240

class DeleteNatGatewayResult < Struct.new(
  :nat_gateway_id)
  include Aws::Structure
end