Class: Aws::SecurityAgent::Types::AddArtifactOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::AddArtifactOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
The unique identifier assigned to the uploaded artifact.
Instance Attribute Details
#artifact_id ⇒ String
The unique identifier assigned to the uploaded artifact.
146 147 148 149 150 |
# File 'lib/aws-sdk-securityagent/types.rb', line 146 class AddArtifactOutput < Struct.new( :artifact_id) SENSITIVE = [] include Aws::Structure end |