Class: Aws::Types::CaseSlaConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def field_id
  @field_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def name
  @name
end

#target_field_values::Array[Types::FieldValueUnion]

Returns the value of attribute target_field_values.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def target_field_values
  @target_field_values
end

#target_sla_minutes::Integer

Returns the value of attribute target_sla_minutes.

Returns:

  • (::Integer)


791
792
793
# File 'sig/types.rbs', line 791

def target_sla_minutes
  @target_sla_minutes
end

#type"CaseField"

Returns the value of attribute type.

Returns:

  • ("CaseField")


788
789
790
# File 'sig/types.rbs', line 788

def type
  @type
end