Class: Aws::SecurityAgent::Types::DocumentInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DocumentInfo
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Information about a document relevant to security testing
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
Artifact ID of the document.
-
#s3_location ⇒ String
S3 storage location of the document.
Instance Attribute Details
#artifact_id ⇒ String
Artifact ID of the document
1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1444 class DocumentInfo < Struct.new( :s3_location, :artifact_id) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ String
S3 storage location of the document
1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1444 class DocumentInfo < Struct.new( :s3_location, :artifact_id) SENSITIVE = [] include Aws::Structure end |