Class: Aws::SecurityAgent::Types::BatchGetArtifactMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetArtifactMetadataInput
- 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
Unique identifier of the agent space.
-
#artifact_ids ⇒ Array<String>
List of artifact identifiers.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the agent space
461 462 463 464 465 466 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 461 class BatchGetArtifactMetadataInput < Struct.new( :agent_space_id, :artifact_ids) SENSITIVE = [] include Aws::Structure end |
#artifact_ids ⇒ Array<String>
List of artifact identifiers
461 462 463 464 465 466 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 461 class BatchGetArtifactMetadataInput < Struct.new( :agent_space_id, :artifact_ids) SENSITIVE = [] include Aws::Structure end |