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

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_idString

The ID of the NAT gateway.

Returns:

  • (String)


14467
14468
14469
14470
14471
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14467

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