Class: Aws::EC2::Types::DeleteTransitGatewayPeeringAttachmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayPeeringAttachmentResult
- Includes:
- Structure
- Defined in:
- 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.
16668 16669 16670 16671 16672 |
# File 'lib/aws-sdk-ec2/types.rb', line 16668 class DeleteTransitGatewayPeeringAttachmentResult < Struct.new( :transit_gateway_peering_attachment) SENSITIVE = [] include Aws::Structure end |