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.
5064 5065 5066 5067 5068 5069 5070 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5064 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |
#integration_id ⇒ String
The unique identifier of the integration.
5064 5065 5066 5067 5068 5069 5070 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5064 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.
5064 5065 5066 5067 5068 5069 5070 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5064 class UpdateIntegratedResourcesInput < Struct.new( :agent_space_id, :integration_id, :items) SENSITIVE = [] include Aws::Structure end |