Class: Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult
- Defined in:
- gems/aws-sdk-ec2/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.
16842 16843 16844 16845 16846 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16842 class DeleteTransitGatewayPolicyTableResult < Struct.new( :transit_gateway_policy_table) SENSITIVE = [] include Aws::Structure end |