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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#association_idString

The unique identifier of the given association.

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#capabilitiesHash<String,Types::CapabilityConfiguration>

Enabled capabilities for this association.

Returns:



616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#configurationTypes::ServiceConfiguration

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



616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#created_atTime

The timestamp when the resource was created.

Returns:

  • (Time)


616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#service_idString

The identifier for associated service

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#statusString

Validation status

Returns:

  • (String)


616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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

#updated_atTime

The timestamp when the resource was last updated.

Returns:

  • (Time)


616
617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-devopsagent/types.rb', line 616

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