Class: Aws::DevOpsAgent::Types::SelfManagedInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SelfManagedInput
- 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
-
#certificate ⇒ String
Certificate for the Private Connection.
-
#resource_configuration_id ⇒ String
The ARN of the Resource Configuration.
Instance Attribute Details
#certificate ⇒ String
Certificate for the Private Connection.
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_id ⇒ String
The ARN of the Resource Configuration.
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 |