Class: Aws::SecurityAgent::Types::SelfManagedInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::SelfManagedInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
The configuration for a self-managed private connection.
Constant Summary collapse
- SENSITIVE =
[:certificate]
Instance Attribute Summary collapse
-
#certificate ⇒ String
The certificate for the private connection.
-
#resource_configuration_id ⇒ String
The identifier or ARN of the resource configuration.
Instance Attribute Details
#certificate ⇒ String
The certificate for the private connection.
6701 6702 6703 6704 6705 6706 |
# File 'lib/aws-sdk-securityagent/types.rb', line 6701 class SelfManagedInput < Struct.new( :resource_configuration_id, :certificate) SENSITIVE = [:certificate] include Aws::Structure end |
#resource_configuration_id ⇒ String
The identifier or ARN of the resource configuration.
6701 6702 6703 6704 6705 6706 |
# File 'lib/aws-sdk-securityagent/types.rb', line 6701 class SelfManagedInput < Struct.new( :resource_configuration_id, :certificate) SENSITIVE = [:certificate] include Aws::Structure end |