Class: Aws::SecurityAgent::Types::GetArtifactInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space that contains the artifact.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2470

class GetArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_idString

The unique identifier of the artifact to retrieve.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2470

class GetArtifactInput < Struct.new(
  :agent_space_id,
  :artifact_id)
  SENSITIVE = []
  include Aws::Structure
end