Class: Aws::Types::DescribeLabelResponse

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:

  • (::Time)


315
316
317
# File 'sig/types.rbs', line 315

def created_at
  @created_at
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


310
311
312
# File 'sig/types.rbs', line 310

def end_time
  @end_time
end

#equipment::String

Returns the value of attribute equipment.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def equipment
  @equipment
end

#fault_code::String

Returns the value of attribute fault_code.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def fault_code
  @fault_code
end

#label_group_arn::String

Returns the value of attribute label_group_arn.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def label_group_arn
  @label_group_arn
end

#label_group_name::String

Returns the value of attribute label_group_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def label_group_name
  @label_group_name
end

#label_id::String

Returns the value of attribute label_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def label_id
  @label_id
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def notes
  @notes
end

#rating"ANOMALY", ...

Returns the value of attribute rating.

Returns:

  • ("ANOMALY", "NO_ANOMALY", "NEUTRAL")


311
312
313
# File 'sig/types.rbs', line 311

def rating
  @rating
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


309
310
311
# File 'sig/types.rbs', line 309

def start_time
  @start_time
end