Class: Aws::NetworkManager::Types::CreateVpcAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateVpcAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_attachment ⇒ Types::VpcAttachment
Provides details about the VPC attachment.
Instance Attribute Details
#vpc_attachment ⇒ Types::VpcAttachment
Provides details about the VPC attachment.
1991 1992 1993 1994 1995 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1991 class CreateVpcAttachmentResponse < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end |