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
Represents a document that provides context for security testing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
The unique identifier of the artifact associated with the document.
-
#s3_location ⇒ String
The Amazon S3 location of the document.
Instance Attribute Details
#artifact_id ⇒ String
The unique identifier of the artifact associated with the document.
2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2132 class DocumentInfo < Struct.new( :s3_location, :artifact_id) SENSITIVE = [] include Aws::Structure end |
#s3_location ⇒ String
The Amazon S3 location of the document.
2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2132 class DocumentInfo < Struct.new( :s3_location, :artifact_id) SENSITIVE = [] include Aws::Structure end |