Class: Aws::DevOpsAgent::Types::SelfManagedInput

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

Overview

Configuration for a self-managed Private Connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

Certificate for the Private Connection.

Returns:

  • (String)


3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3673

class SelfManagedInput < Struct.new(
  :resource_configuration_id,
  :certificate)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_idString

The ARN of the Resource Configuration.

Returns:

  • (String)


3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3673

class SelfManagedInput < Struct.new(
  :resource_configuration_id,
  :certificate)
  SENSITIVE = []
  include Aws::Structure
end