Class: Aws::DevOpsAgent::Types::Association

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Represents a service association within an AgentSpace, defining how the agent interacts with external services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#association_idString

The unique identifier of the given association.

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::ServiceConfiguration

The configuration that directs how AgentSpace interacts with the given service.



353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the resource was created.

Returns:

  • (Time)


353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The identifier for associated service

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Validation status

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the resource was last updated.

Returns:

  • (Time)


353
354
355
356
357
358
359
360
361
362
363
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 353

class Association < Struct.new(
  :agent_space_id,
  :created_at,
  :updated_at,
  :status,
  :association_id,
  :service_id,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end