Class: Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult

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_tableTypes::TransitGatewayPolicyTable

Provides details about the deleted transit gateway policy table.



15319
15320
15321
15322
15323
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15319

class DeleteTransitGatewayPolicyTableResult < Struct.new(
  :transit_gateway_policy_table)
  SENSITIVE = []
  include Aws::Structure
end