Class: Aws::DevOpsAgent::Types::CreatePrivateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreatePrivateConnectionInput
- 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
-
#mode ⇒ Types::PrivateConnectionMode
Private Connection mode configuration.
-
#name ⇒ String
Unique name for this Private Connection within the account.
-
#tags ⇒ Hash<String,String>
Tags to add to the Private Connection at creation time.
Instance Attribute Details
#mode ⇒ Types::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 |
#name ⇒ String
Unique name for this Private Connection within the account.
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 |
#tags ⇒ Hash<String,String>
Tags to add to the Private Connection at creation time.
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 |