Class: Aws::SecurityAgent::Types::UpdateIntegratedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateIntegratedResourcesInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4011 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |
#integration_id ⇒ String
The unique identifier of the integration.
4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4011 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.
4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4011 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |