Class: Aws::SecurityAgent::Types::UpdateIntegratedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateIntegratedResourcesInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space.
-
#integration_id ⇒ String
The unique identifier of the integration.
-
#items ⇒ Array<Types::IntegratedResourceInputItem>
The list of integrated resource items to update.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
8485 8486 8487 8488 8489 8490 8491 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8485 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |
#integration_id ⇒ String
The unique identifier of the integration.
8485 8486 8487 8488 8489 8490 8491 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8485 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::IntegratedResourceInputItem>
The list of integrated resource items to update.
8485 8486 8487 8488 8489 8490 8491 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8485 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |