Class: Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_policy_table ⇒ Types::TransitGatewayPolicyTable
Provides details about the deleted transit gateway policy table.
Instance Attribute Details
#transit_gateway_policy_table ⇒ Types::TransitGatewayPolicyTable
Provides details about the deleted transit gateway policy table.
16700 16701 16702 16703 16704 |
# File 'lib/aws-sdk-ec2/types.rb', line 16700 class DeleteTransitGatewayPolicyTableResult < Struct.new( :transit_gateway_policy_table) SENSITIVE = [] include Aws::Structure end |