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.
136 137 138 139 140 |
# File 'lib/aws-sdk-securityagent/types.rb', line 136 class AddArtifactOutput < Struct.new( :artifact_id) SENSITIVE = [] include Aws::Structure end |