Class: Aws::DevOpsAgent::Types::RemoteAgentServiceDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorization_configTypes::RemoteAgentAuthorizationConfig

Remote agent authorization configuration.



5234
5235
5236
5237
5238
5239
5240
5241
# File 'lib/aws-sdk-devopsagent/types.rb', line 5234

class RemoteAgentServiceDetails < Struct.new(
  :name,
  :endpoint,
  :description,
  :authorization_config)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

Description field

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
5240
5241
# File 'lib/aws-sdk-devopsagent/types.rb', line 5234

class RemoteAgentServiceDetails < Struct.new(
  :name,
  :endpoint,
  :description,
  :authorization_config)
  SENSITIVE = [:description]
  include Aws::Structure
end

#endpointString

HTTPS endpoint URL for a remote A2A agent.

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
5240
5241
# File 'lib/aws-sdk-devopsagent/types.rb', line 5234

class RemoteAgentServiceDetails < Struct.new(
  :name,
  :endpoint,
  :description,
  :authorization_config)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

Name identifier for a remote A2A agent.

Returns:

  • (String)


5234
5235
5236
5237
5238
5239
5240
5241
# File 'lib/aws-sdk-devopsagent/types.rb', line 5234

class RemoteAgentServiceDetails < Struct.new(
  :name,
  :endpoint,
  :description,
  :authorization_config)
  SENSITIVE = [:description]
  include Aws::Structure
end