Class: Aws::Inspector::Types::DescribeAssessmentRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeAssessmentRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arns ⇒ Array<String>
The ARN that specifies the assessment run that you want to describe.
Instance Attribute Details
#assessment_run_arns ⇒ Array<String>
The ARN that specifies the assessment run that you want to describe.
897 898 899 900 901 |
# File 'lib/aws-sdk-inspector/types.rb', line 897 class DescribeAssessmentRunsRequest < Struct.new( :assessment_run_arns) SENSITIVE = [] include Aws::Structure end |