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

Unique identifier of the agent space

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760

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

#artifactTypes::Artifact

Artifact details

Returns:



1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760

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

#artifact_idString

Unique identifier of the artifact

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760

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

#file_nameString

Name of the artifact file

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760

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

#updated_atTime

Timestamp when the artifact was last updated

Returns:

  • (Time)


1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1760

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