Class: Aws::Types::UpdateResourceProfileDetectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceProfileDetectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#suppress_data_identifiers ⇒ ::Array[Types::SuppressDataIdentifier]
Returns the value of attribute suppress_data_identifiers.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
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.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def suppress_data_identifiers @suppress_data_identifiers end |