Class: Aws::EC2::Types::CreateTransitGatewayPrefixListReferenceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateTransitGatewayPrefixListReferenceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_prefix_list_reference ⇒ Types::TransitGatewayPrefixListReference
Information about the prefix list reference.
Instance Attribute Details
#transit_gateway_prefix_list_reference ⇒ Types::TransitGatewayPrefixListReference
Information about the prefix list reference.
12641 12642 12643 12644 12645 |
# File 'lib/aws-sdk-ec2/types.rb', line 12641 class CreateTransitGatewayPrefixListReferenceResult < Struct.new( :transit_gateway_prefix_list_reference) SENSITIVE = [] include Aws::Structure end |