Class: Aws::EC2::Types::DeleteTransitGatewayPrefixListReferenceResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_prefix_list_referenceTypes::TransitGatewayPrefixListReference

Information about the deleted prefix list reference.



15257
15258
15259
15260
15261
# File 'lib/aws-sdk-ec2/types.rb', line 15257

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