Class: Aws::Types::SensitivityInspectionTemplateIncludes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_list_ids::Array[::String]

Returns the value of attribute allow_list_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1676
1677
1678
# File 'sig/types.rbs', line 1676

def managed_data_identifier_ids
  @managed_data_identifier_ids
end