Class: Aws::SecurityAgent::Types::AddArtifactOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::AddArtifactOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
Unique identifier of the created artifact.
Instance Attribute Details
#artifact_id ⇒ String
Unique identifier of the created artifact
133 134 135 136 137 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 133 class AddArtifactOutput < Struct.new( :artifact_id) SENSITIVE = [] include Aws::Structure end |