Class: Aws::EC2::Types::DeleteTransitGatewayPolicyTableEntryResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_policy_table_entryTypes::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