Class: Aws::Types::DataLabelType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_path_label_typeTypes::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_typeTypes::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_typeTypes::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_typeTypes::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_typeTypes::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