Class: Aws::DevOpsAgent::Types::SelfManagedInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SelfManagedInput
- Includes:
- Structure
- Defined in:
- 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 ID or ARN of the resource configuration.
Instance Attribute Details
#certificate ⇒ String
Certificate for the Private Connection.
3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3669 class SelfManagedInput < Struct.new( :resource_configuration_id, :certificate) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_id ⇒ String
The ID or ARN of the resource configuration.
3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3669 class SelfManagedInput < Struct.new( :resource_configuration_id, :certificate) SENSITIVE = [] include Aws::Structure end |