Class: Aws::EC2::Types::DeleteTransitGatewayPrefixListReferenceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayPrefixListReferenceResult
- 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 deleted prefix list reference.
Instance Attribute Details
#transit_gateway_prefix_list_reference ⇒ Types::TransitGatewayPrefixListReference
Information about the deleted prefix list reference.
16737 16738 16739 16740 16741 |
# File 'lib/aws-sdk-ec2/types.rb', line 16737 class DeleteTransitGatewayPrefixListReferenceResult < Struct.new( :transit_gateway_prefix_list_reference) SENSITIVE = [] include Aws::Structure end |