Class: Aws::EC2::Types::DeleteTransitGatewayPeeringAttachmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayPeeringAttachmentResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_peering_attachment ⇒ Types::TransitGatewayPeeringAttachment
The transit gateway peering attachment.
Instance Attribute Details
#transit_gateway_peering_attachment ⇒ Types::TransitGatewayPeeringAttachment
The transit gateway peering attachment.
16748 16749 16750 16751 16752 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16748 class DeleteTransitGatewayPeeringAttachmentResult < Struct.new( :transit_gateway_peering_attachment) SENSITIVE = [] include Aws::Structure end |