Class: Aws::Types::SlaInputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id ⇒ ::String

Returns the value of attribute field_id.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def field_id
  @field_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def name
  @name
end

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

Returns the value of attribute target_field_values.

Returns:



1177
1178
1179
# File 'sig/types.rbs', line 1177

def target_field_values
  @target_field_values
end

#target_sla_minutes ⇒ ::Integer

Returns the value of attribute target_sla_minutes.

Returns:

  • (::Integer)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def target_sla_minutes
  @target_sla_minutes
end

#type ⇒ "CaseField"

Returns the value of attribute type.

Returns:

  • ("CaseField")


1175
1176
1177
# File 'sig/types.rbs', line 1175

def type
  @type
end