Class: Aws::Types::InspectorServiceAttributes
- Inherits:
-
Object
- Object
- Aws::Types::InspectorServiceAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
-
#rules_package_arn ⇒ ::String
Returns the value of attribute rules_package_arn.
-
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
Instance Attribute Details
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
437 438 439 |
# File 'sig/types.rbs', line 437 def assessment_run_arn @assessment_run_arn end |
#rules_package_arn ⇒ ::String
Returns the value of attribute rules_package_arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def rules_package_arn @rules_package_arn end |
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
436 437 438 |
# File 'sig/types.rbs', line 436 def schema_version @schema_version end |