Class: Aws::Inspector::Types::DescribeAssessmentTargetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeAssessmentTargetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_target_arns ⇒ Array<String>
The ARNs that specifies the assessment targets that you want to describe.
Instance Attribute Details
#assessment_target_arns ⇒ Array<String>
The ARNs that specifies the assessment targets that you want to describe.
928 929 930 931 932 |
# File 'lib/aws-sdk-inspector/types.rb', line 928 class DescribeAssessmentTargetsRequest < Struct.new( :assessment_target_arns) SENSITIVE = [] include Aws::Structure end |