Class: Aws::Inspector::Types::RemoveAttributesFromFindingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_keysArray<String>

The array of attribute keys that you want to remove from specified findings.

Returns:

  • (Array<String>)


2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2372

class RemoveAttributesFromFindingsRequest < Struct.new(
  :finding_arns,
  :attribute_keys)
  SENSITIVE = []
  include Aws::Structure
end

#finding_arnsArray<String>

The ARNs that specify the findings that you want to remove attributes from.

Returns:

  • (Array<String>)


2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2372

class RemoveAttributesFromFindingsRequest < Struct.new(
  :finding_arns,
  :attribute_keys)
  SENSITIVE = []
  include Aws::Structure
end