Class: Aws::Types::CreateLabelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def client_token
  @client_token
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


88
89
90
# File 'sig/types.rbs', line 88

def end_time
  @end_time
end

#equipment::String

Returns the value of attribute equipment.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def equipment
  @equipment
end

#fault_code::String

Returns the value of attribute fault_code.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def fault_code
  @fault_code
end

#label_group_name::String

Returns the value of attribute label_group_name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def label_group_name
  @label_group_name
end

#notes::String

Returns the value of attribute notes.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def notes
  @notes
end

#rating"ANOMALY", ...

Returns the value of attribute rating.

Returns:

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


89
90
91
# File 'sig/types.rbs', line 89

def rating
  @rating
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def start_time
  @start_time
end