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.



3189
3190
3191
# File 'sig/types.rbs', line 3189

def data_path_label_type
  @data_path_label_type
end

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