Class: Aws::DevOpsAgent::Types::Association
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::Association
- 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
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#association_id ⇒ String
The unique identifier of the given association.
-
#configuration ⇒ Types::ServiceConfiguration
The configuration that directs how AgentSpace interacts with the given service.
-
#created_at ⇒ Time
The timestamp when the resource was created.
-
#service_id ⇒ String
The identifier for associated service.
-
#status ⇒ String
Validation status.
-
#updated_at ⇒ Time
The timestamp when the resource was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The unique identifier of the given association.
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::ServiceConfiguration
The configuration that directs how AgentSpace interacts with the given service.
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the resource was created.
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The identifier for associated service
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Validation status
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the resource was last updated.
315 316 317 318 319 320 321 322 323 324 325 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 315 class Association < Struct.new( :agent_space_id, :created_at, :updated_at, :status, :association_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |