Class: Aws::Types::GeneralLabelsSettings
- Inherits:
-
Object
- Object
- Aws::Types::GeneralLabelsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_category_exclusion_filters ⇒ ::Array[::String]
Returns the value of attribute label_category_exclusion_filters.
-
#label_category_inclusion_filters ⇒ ::Array[::String]
Returns the value of attribute label_category_inclusion_filters.
-
#label_exclusion_filters ⇒ ::Array[::String]
Returns the value of attribute label_exclusion_filters.
-
#label_inclusion_filters ⇒ ::Array[::String]
Returns the value of attribute label_inclusion_filters.
Instance Attribute Details
#label_category_exclusion_filters ⇒ ::Array[::String]
Returns the value of attribute label_category_exclusion_filters.
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.
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.
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.
826 827 828 |
# File 'sig/types.rbs', line 826 def label_inclusion_filters @label_inclusion_filters end |