Class: Aws::AuditManager::Types::ValidateAssessmentReportIntegrityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ValidateAssessmentReportIntegrityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signature_algorithm ⇒ String
The signature algorithm that’s used to code sign the assessment report file.
-
#signature_date_time ⇒ String
The date and time signature that specifies when the assessment report was created.
-
#signature_key_id ⇒ String
The unique identifier for the validation signature key.
-
#signature_valid ⇒ Boolean
Specifies whether the signature key is valid.
-
#validation_errors ⇒ Array<String>
Represents any errors that occurred when validating the assessment report.
Instance Attribute Details
#signature_algorithm ⇒ String
The signature algorithm that’s used to code sign the assessment report file.
4824 4825 4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4824 class ValidateAssessmentReportIntegrityResponse < Struct.new( :signature_valid, :signature_algorithm, :signature_date_time, :signature_key_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#signature_date_time ⇒ String
The date and time signature that specifies when the assessment report was created.
4824 4825 4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4824 class ValidateAssessmentReportIntegrityResponse < Struct.new( :signature_valid, :signature_algorithm, :signature_date_time, :signature_key_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#signature_key_id ⇒ String
The unique identifier for the validation signature key.
4824 4825 4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4824 class ValidateAssessmentReportIntegrityResponse < Struct.new( :signature_valid, :signature_algorithm, :signature_date_time, :signature_key_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#signature_valid ⇒ Boolean
Specifies whether the signature key is valid.
4824 4825 4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4824 class ValidateAssessmentReportIntegrityResponse < Struct.new( :signature_valid, :signature_algorithm, :signature_date_time, :signature_key_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#validation_errors ⇒ Array<String>
Represents any errors that occurred when validating the assessment report.
4824 4825 4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4824 class ValidateAssessmentReportIntegrityResponse < Struct.new( :signature_valid, :signature_algorithm, :signature_date_time, :signature_key_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |