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.



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

#descriptionString

Description field

Returns:

  • (String)


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

#endpointString

HTTPS endpoint URL for a remote A2A agent.

Returns:

  • (String)


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

#nameString

Name identifier for a remote A2A agent.

Returns:

  • (String)


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