Class: Aws::Types::FindingHistoryUpdateSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


5757
5758
5759
# File 'sig/types.rbs', line 5757

def identity
  @identity
end

#type"BATCH_UPDATE_FINDINGS", "BATCH_IMPORT_FINDINGS"

Returns the value of attribute type.

Returns:

  • ("BATCH_UPDATE_FINDINGS", "BATCH_IMPORT_FINDINGS")


5756
5757
5758
# File 'sig/types.rbs', line 5756

def type
  @type
end