Class: Aws::NetworkManager::Types::VpcAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::VpcAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a VPC attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Provides details about the VPC attachment.
-
#options ⇒ Types::VpcOptions
Provides details about the VPC attachment.
-
#subnet_arns ⇒ Array<String>
The subnet ARNs.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Provides details about the VPC attachment.
6228 6229 6230 6231 6232 6233 6234 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6228 class VpcAttachment < Struct.new( :attachment, :subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::VpcOptions
Provides details about the VPC attachment.
6228 6229 6230 6231 6232 6233 6234 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6228 class VpcAttachment < Struct.new( :attachment, :subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
#subnet_arns ⇒ Array<String>
The subnet ARNs.
6228 6229 6230 6231 6232 6233 6234 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6228 class VpcAttachment < Struct.new( :attachment, :subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |