Class: Aws::Inspector::Types::DescribeFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_items ⇒ Hash<String,Types::FailedItemDetails>
Finding details that cannot be described.
-
#findings ⇒ Array<Types::Finding>
Information about the finding.
Instance Attribute Details
#failed_items ⇒ Hash<String,Types::FailedItemDetails>
Finding details that cannot be described. An error code is provided for each failed item.
1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-inspector/types.rb', line 1073 class DescribeFindingsResponse < Struct.new( :findings, :failed_items) SENSITIVE = [] include Aws::Structure end |
#findings ⇒ Array<Types::Finding>
Information about the finding.
1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-inspector/types.rb', line 1073 class DescribeFindingsResponse < Struct.new( :findings, :failed_items) SENSITIVE = [] include Aws::Structure end |