Class: Aws::Types::LabelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def created_at
  @created_at
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



610
611
612
# File 'sig/types.rbs', line 610

def end_time
  @end_time
end

#equipment::String

Returns the value of attribute equipment.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def equipment
  @equipment
end

#fault_code::String

Returns the value of attribute fault_code.

Returns:



612
613
614
# File 'sig/types.rbs', line 612

def fault_code
  @fault_code
end

#label_group_arn::String

Returns the value of attribute label_group_arn.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def label_group_arn
  @label_group_arn
end

#label_group_name::String

Returns the value of attribute label_group_name.

Returns:



606
607
608
# File 'sig/types.rbs', line 606

def label_group_name
  @label_group_name
end

#label_id::String

Returns the value of attribute label_id.

Returns:



607
608
609
# File 'sig/types.rbs', line 607

def label_id
  @label_id
end

#rating"ANOMALY", ...

Returns the value of attribute rating.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def rating
  @rating
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



609
610
611
# File 'sig/types.rbs', line 609

def start_time
  @start_time
end