Class: Aws::Inspector::Types::InspectorServiceAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::InspectorServiceAttributes
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
This data type is used in the Finding data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ String
The ARN of the assessment run during which the finding is generated.
-
#rules_package_arn ⇒ String
The ARN of the rules package that is used to generate the finding.
-
#schema_version ⇒ Integer
The schema version of this data type.
Instance Attribute Details
#assessment_run_arn ⇒ String
The ARN of the assessment run during which the finding is generated.
1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1605 class InspectorServiceAttributes < Struct.new( :schema_version, :assessment_run_arn, :rules_package_arn) SENSITIVE = [] include Aws::Structure end |
#rules_package_arn ⇒ String
The ARN of the rules package that is used to generate the finding.
1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1605 class InspectorServiceAttributes < Struct.new( :schema_version, :assessment_run_arn, :rules_package_arn) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ Integer
The schema version of this data type.
1605 1606 1607 1608 1609 1610 1611 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1605 class InspectorServiceAttributes < Struct.new( :schema_version, :assessment_run_arn, :rules_package_arn) SENSITIVE = [] include Aws::Structure end |