Class: Aws::Types::DataLabelType
- Inherits:
-
Object
- Object
- Aws::Types::DataLabelType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_path_label_type ⇒ Types::DataPathLabelType
Returns the value of attribute data_path_label_type.
-
#field_label_type ⇒ Types::FieldLabelType
Returns the value of attribute field_label_type.
-
#maximum_label_type ⇒ Types::MaximumLabelType
Returns the value of attribute maximum_label_type.
-
#minimum_label_type ⇒ Types::MinimumLabelType
Returns the value of attribute minimum_label_type.
-
#range_ends_label_type ⇒ Types::RangeEndsLabelType
Returns the value of attribute range_ends_label_type.
Instance Attribute Details
#data_path_label_type ⇒ Types::DataPathLabelType
Returns the value of attribute data_path_label_type.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def data_path_label_type @data_path_label_type end |
#field_label_type ⇒ Types::FieldLabelType
Returns the value of attribute field_label_type.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def field_label_type @field_label_type end |
#maximum_label_type ⇒ Types::MaximumLabelType
Returns the value of attribute maximum_label_type.
3192 3193 3194 |
# File 'sig/types.rbs', line 3192 def maximum_label_type @maximum_label_type end |
#minimum_label_type ⇒ Types::MinimumLabelType
Returns the value of attribute minimum_label_type.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def minimum_label_type @minimum_label_type end |
#range_ends_label_type ⇒ Types::RangeEndsLabelType
Returns the value of attribute range_ends_label_type.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def range_ends_label_type @range_ends_label_type end |