Class: Aws::EC2::Types::ModifyTransitGatewayPrefixListReferenceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyTransitGatewayPrefixListReferenceResult
- 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.
53124 53125 53126 53127 53128 |
# File 'lib/aws-sdk-ec2/types.rb', line 53124 class ModifyTransitGatewayPrefixListReferenceResult < Struct.new( :transit_gateway_prefix_list_reference) SENSITIVE = [] include Aws::Structure end |