Class: Aws::DevOpsAgent::Types::Association
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::Association
- 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
-
#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
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_id ⇒ String
The unique identifier of the given association.
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 |
#configuration ⇒ Types::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_at ⇒ Time
The timestamp when the resource was created.
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_id ⇒ String
The identifier for associated 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 |
#status ⇒ String
Validation status
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_at ⇒ Time
The timestamp when the resource was last updated.
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 |