Class: Aws::NetworkManager::Types::CreateVpcAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateVpcAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#core_network_id ⇒ String
The ID of a core network for the VPC attachment.
-
#options ⇒ Types::VpcOptions
Options for the VPC attachment.
-
#subnet_arns ⇒ Array<String>
The subnet ARN of the VPC attachment.
-
#tags ⇒ Array<Types::Tag>
The key-value tags associated with the request.
-
#vpc_arn ⇒ String
The ARN of the VPC.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1974 class CreateVpcAttachmentRequest < Struct.new( :core_network_id, :vpc_arn, :subnet_arns, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network for the VPC attachment.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1974 class CreateVpcAttachmentRequest < Struct.new( :core_network_id, :vpc_arn, :subnet_arns, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::VpcOptions
Options for the VPC attachment.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1974 class CreateVpcAttachmentRequest < Struct.new( :core_network_id, :vpc_arn, :subnet_arns, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#subnet_arns ⇒ Array<String>
The subnet ARN of the VPC attachment.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1974 class CreateVpcAttachmentRequest < Struct.new( :core_network_id, :vpc_arn, :subnet_arns, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key-value tags associated with the request.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1974 class CreateVpcAttachmentRequest < Struct.new( :core_network_id, :vpc_arn, :subnet_arns, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#vpc_arn ⇒ String
The ARN of the VPC.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1974 class CreateVpcAttachmentRequest < Struct.new( :core_network_id, :vpc_arn, :subnet_arns, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |