Class: Aws::Types::AddAttributesToFindingsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def attributes
  @attributes
end

#finding_arns::Array[::String]

Returns the value of attribute finding_arns.

Returns:

  • (::Array[::String])


19
20
21
# File 'sig/types.rbs', line 19

def finding_arns
  @finding_arns
end