Class: Aws::Inspector::Types::AddAttributesToFindingsRequest

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

#attributesArray<Types::Attribute>

The array of attributes that you want to assign to specified findings.

Returns:



49
50
51
52
53
54
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 49

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

#finding_arnsArray<String>

The ARNs that specify the findings that you want to assign attributes to.

Returns:

  • (Array<String>)


49
50
51
52
53
54
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 49

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