Class: Aws::SecurityAgent::Types::GetArtifactOutput

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)


2492
2493
2494
2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492

class GetArtifactOutput < Struct.new(
  :agent_space_id,
  :artifact_id,
  :artifact,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#artifactTypes::Artifact

The artifact content and type.

Returns:



2492
2493
2494
2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492

class GetArtifactOutput < Struct.new(
  :agent_space_id,
  :artifact_id,
  :artifact,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_idString

The unique identifier of the artifact.

Returns:

  • (String)


2492
2493
2494
2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492

class GetArtifactOutput < Struct.new(
  :agent_space_id,
  :artifact_id,
  :artifact,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The file name of the artifact.

Returns:

  • (String)


2492
2493
2494
2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492

class GetArtifactOutput < Struct.new(
  :agent_space_id,
  :artifact_id,
  :artifact,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the artifact was last updated, in UTC format.

Returns:

  • (Time)


2492
2493
2494
2495
2496
2497
2498
2499
2500
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2492

class GetArtifactOutput < Struct.new(
  :agent_space_id,
  :artifact_id,
  :artifact,
  :file_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end