Class: Aws::EC2::Types::DeleteTransitGatewayPolicyTableEntryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayPolicyTableEntryResult
- 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_entry ⇒ Types::TransitGatewayPolicyTableEntry
Describes a transit gateway policy table entry.
Instance Attribute Details
#transit_gateway_policy_table_entry ⇒ Types::TransitGatewayPolicyTableEntry
Describes a transit gateway policy table entry
20805 20806 20807 20808 20809 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20805 class DeleteTransitGatewayPolicyTableEntryResult < Struct.new( :transit_gateway_policy_table_entry) SENSITIVE = [] include Aws::Structure end |