Class: Aws::Inspector::Types::DescribeAssessmentRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeAssessmentRunsRequest
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Note:
When making an API call, you may pass DescribeAssessmentRunsRequest data as a hash:
{
assessment_run_arns: ["Arn"], # required
}
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.
1041 1042 1043 1044 1045 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1041 class DescribeAssessmentRunsRequest < Struct.new( :assessment_run_arns) SENSITIVE = [] include Aws::Structure end |