Class: Aws::Inspector::Types::AddAttributesToFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AddAttributesToFindingsResponse
- 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>
Attribute details that cannot be described.
Instance Attribute Details
#failed_items ⇒ Hash<String,Types::FailedItemDetails>
Attribute details that cannot be described. An error code is provided for each failed item.
63 64 65 66 67 |
# File 'lib/aws-sdk-inspector/types.rb', line 63 class AddAttributesToFindingsResponse < Struct.new( :failed_items) SENSITIVE = [] include Aws::Structure end |