Class: Aws::DevOpsAgent::Types::CreatePrivateConnectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Input for creating a new Private Connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeTypes::PrivateConnectionMode

Private Connection mode configuration.



648
649
650
651
652
653
654
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 648

class CreatePrivateConnectionInput < Struct.new(
  :name,
  :mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Unique name for this Private Connection within the account.

Returns:

  • (String)


648
649
650
651
652
653
654
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 648

class CreatePrivateConnectionInput < Struct.new(
  :name,
  :mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to add to the Private Connection at creation time.

Returns:

  • (Hash<String,String>)


648
649
650
651
652
653
654
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 648

class CreatePrivateConnectionInput < Struct.new(
  :name,
  :mode,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end