Class: Aws::Types::SlaConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time ⇒ ::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def completion_time
  @completion_time
end

#field_id ⇒ ::String

Returns the value of attribute field_id.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def field_id
  @field_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def name
  @name
end

#status ⇒ "Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Overdue", "Met", "NotMet")


1154
1155
1156
# File 'sig/types.rbs', line 1154

def status
  @status
end

#target_field_values ⇒ ::Array[Types::FieldValueUnion]

Returns the value of attribute target_field_values.

Returns:



1156
1157
1158
# File 'sig/types.rbs', line 1156

def target_field_values
  @target_field_values
end

#target_time ⇒ ::Time

Returns the value of attribute target_time.

Returns:

  • (::Time)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def target_time
  @target_time
end

#type ⇒ "CaseField"

Returns the value of attribute type.

Returns:

  • ("CaseField")


1153
1154
1155
# File 'sig/types.rbs', line 1153

def type
  @type
end