Class: Aws::EC2::Types::ModifyTransitGatewayPrefixListReferenceResult

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_prefix_list_referenceTypes::TransitGatewayPrefixListReference

Information about the prefix list reference.



49655
49656
49657
49658
49659
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49655

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