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.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def data_path_label_type @data_path_label_type end |
#field_label_type ⇒ Types::FieldLabelType
Returns the value of attribute field_label_type.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def field_label_type @field_label_type end |
#maximum_label_type ⇒ Types::MaximumLabelType
Returns the value of attribute maximum_label_type.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def maximum_label_type @maximum_label_type end |
#minimum_label_type ⇒ Types::MinimumLabelType
Returns the value of attribute minimum_label_type.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def minimum_label_type @minimum_label_type end |
#range_ends_label_type ⇒ Types::RangeEndsLabelType
Returns the value of attribute range_ends_label_type.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def range_ends_label_type @range_ends_label_type end |