Class: Aws::EC2::Types::DeleteNatGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNatGatewayResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nat_gateway_id ⇒ String
The ID of the NAT gateway.
Instance Attribute Details
#nat_gateway_id ⇒ String
The ID of the NAT gateway.
15493 15494 15495 15496 15497 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15493 class DeleteNatGatewayResult < Struct.new( :nat_gateway_id) SENSITIVE = [] include Aws::Structure end |