Class: Aws::Types::UpdateResourceProfileDetectionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def resource_arn
  @resource_arn
end

#suppress_data_identifiers::Array[Types::SuppressDataIdentifier]

Returns the value of attribute suppress_data_identifiers.

Returns:



1930
1931
1932
# File 'sig/types.rbs', line 1930

def suppress_data_identifiers
  @suppress_data_identifiers
end