Class: Aws::EC2::Types::DeleteTransitGatewayVpcAttachmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayVpcAttachmentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_vpc_attachment ⇒ Types::TransitGatewayVpcAttachment
Information about the deleted VPC attachment.
Instance Attribute Details
#transit_gateway_vpc_attachment ⇒ Types::TransitGatewayVpcAttachment
Information about the deleted VPC attachment.
16903 16904 16905 16906 16907 |
# File 'lib/aws-sdk-ec2/types.rb', line 16903 class DeleteTransitGatewayVpcAttachmentResult < Struct.new( :transit_gateway_vpc_attachment) SENSITIVE = [] include Aws::Structure end |