Class: Aws::Types::SensitivityInspectionTemplateIncludes
- Inherits:
-
Object
- Object
- Aws::Types::SensitivityInspectionTemplateIncludes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_list_ids ⇒ ::Array[::String]
Returns the value of attribute allow_list_ids.
-
#custom_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute custom_data_identifier_ids.
-
#managed_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute managed_data_identifier_ids.
Instance Attribute Details
#allow_list_ids ⇒ ::Array[::String]
Returns the value of attribute allow_list_ids.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def allow_list_ids @allow_list_ids end |
#custom_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute custom_data_identifier_ids.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def custom_data_identifier_ids @custom_data_identifier_ids end |
#managed_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute managed_data_identifier_ids.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def managed_data_identifier_ids @managed_data_identifier_ids end |