Class: Aws::EC2::Types::RejectTransitGatewayPeeringAttachmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RejectTransitGatewayPeeringAttachmentResult
- 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.
59602 59603 59604 59605 59606 |
# File 'lib/aws-sdk-ec2/types.rb', line 59602 class RejectTransitGatewayPeeringAttachmentResult < Struct.new( :transit_gateway_peering_attachment) SENSITIVE = [] include Aws::Structure end |