Class: Aws::SecurityAgent::Types::ArtifactSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ArtifactSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Contains summary information about an artifact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
The unique identifier of the artifact.
-
#artifact_type ⇒ String
The file type of the artifact.
-
#file_name ⇒ String
The file name of the artifact.
Instance Attribute Details
#artifact_id ⇒ String
The unique identifier of the artifact.
324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-securityagent/types.rb', line 324 class ArtifactSummary < Struct.new( :artifact_id, :file_name, :artifact_type) SENSITIVE = [] include Aws::Structure end |
#artifact_type ⇒ String
The file type of the artifact.
324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-securityagent/types.rb', line 324 class ArtifactSummary < Struct.new( :artifact_id, :file_name, :artifact_type) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The file name of the artifact.
324 325 326 327 328 329 330 |
# File 'lib/aws-sdk-securityagent/types.rb', line 324 class ArtifactSummary < Struct.new( :artifact_id, :file_name, :artifact_type) SENSITIVE = [] include Aws::Structure end |