Class: Aws::NetworkManager::Types::CreateVpcAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token associated with the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


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_idString

The ID of a core network for the VPC attachment.

Returns:

  • (String)


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

#optionsTypes::VpcOptions

Options for the VPC attachment.

Returns:



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_arnsArray<String>

The subnet ARN of the VPC attachment.

Returns:

  • (Array<String>)


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

#tagsArray<Types::Tag>

The key-value tags associated with the request.

Returns:



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_arnString

The ARN of the VPC.

Returns:

  • (String)


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