Class: Aws::DevOpsAgent::Types::RemoteAgentServiceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::RemoteAgentServiceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Complete service details for token-based remote A2A agent integration.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::RemoteAgentAuthorizationConfig
Remote agent authorization configuration.
-
#description ⇒ String
Description field.
-
#endpoint ⇒ String
HTTPS endpoint URL for a remote A2A agent.
-
#name ⇒ String
Name identifier for a remote A2A agent.
Instance Attribute Details
#authorization_config ⇒ Types::RemoteAgentAuthorizationConfig
Remote agent authorization configuration.
5051 5052 5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5051 class RemoteAgentServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Description field
5051 5052 5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5051 class RemoteAgentServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#endpoint ⇒ String
HTTPS endpoint URL for a remote A2A agent.
5051 5052 5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5051 class RemoteAgentServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
Name identifier for a remote A2A agent.
5051 5052 5053 5054 5055 5056 5057 5058 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5051 class RemoteAgentServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |