Class: Aws::EC2::Types::DeleteNatGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNatGatewayResult
- Includes:
- Structure
- Defined in:
- 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.
15835 15836 15837 15838 15839 |
# File 'lib/aws-sdk-ec2/types.rb', line 15835 class DeleteNatGatewayResult < Struct.new( :nat_gateway_id) SENSITIVE = [] include Aws::Structure end |