Class: Aws::Types::GeneralLabelsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#label_category_exclusion_filters::Array[::String]

Returns the value of attribute label_category_exclusion_filters.

Returns:

  • (::Array[::String])


829
830
831
# File 'sig/types.rbs', line 829

def label_category_exclusion_filters
  @label_category_exclusion_filters
end

#label_category_inclusion_filters::Array[::String]

Returns the value of attribute label_category_inclusion_filters.

Returns:

  • (::Array[::String])


828
829
830
# File 'sig/types.rbs', line 828

def label_category_inclusion_filters
  @label_category_inclusion_filters
end

#label_exclusion_filters::Array[::String]

Returns the value of attribute label_exclusion_filters.

Returns:

  • (::Array[::String])


827
828
829
# File 'sig/types.rbs', line 827

def label_exclusion_filters
  @label_exclusion_filters
end

#label_inclusion_filters::Array[::String]

Returns the value of attribute label_inclusion_filters.

Returns:

  • (::Array[::String])


826
827
828
# File 'sig/types.rbs', line 826

def label_inclusion_filters
  @label_inclusion_filters
end