Class: Aws::SecurityAgent::Types::ArtifactSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ArtifactSummary
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Summary information about an artifact
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
Unique identifier of the artifact.
-
#artifact_type ⇒ String
Type of the artifact file.
-
#file_name ⇒ String
Name of the artifact file.
Instance Attribute Details
#artifact_id ⇒ String
Unique identifier of the artifact
318 319 320 321 322 323 324 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 318 class ArtifactSummary < Struct.new( :artifact_id, :file_name, :artifact_type) SENSITIVE = [] include Aws::Structure end |
#artifact_type ⇒ String
Type of the artifact file
318 319 320 321 322 323 324 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 318 class ArtifactSummary < Struct.new( :artifact_id, :file_name, :artifact_type) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
Name of the artifact file
318 319 320 321 322 323 324 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 318 class ArtifactSummary < Struct.new( :artifact_id, :file_name, :artifact_type) SENSITIVE = [] include Aws::Structure end |