Class: Aws::Types::EvaluationFormSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_version::Integer

Returns the value of attribute active_version.

Returns:

  • (::Integer)


3615
3616
3617
# File 'sig/types.rbs', line 3615

def active_version
  @active_version
end

#auto_evaluation_enabledBoolean

Returns the value of attribute auto_evaluation_enabled.

Returns:

  • (Boolean)


3616
3617
3618
# File 'sig/types.rbs', line 3616

def auto_evaluation_enabled
  @auto_evaluation_enabled
end

#contact_interaction_type"AGENT", ...

Returns the value of attribute contact_interaction_type.

Returns:

  • ("AGENT", "AUTOMATED", "CUSTOMER")


3618
3619
3620
# File 'sig/types.rbs', line 3618

def contact_interaction_type
  @contact_interaction_type
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3609
3610
3611
# File 'sig/types.rbs', line 3609

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3608
3609
3610
# File 'sig/types.rbs', line 3608

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3607
3608
3609
# File 'sig/types.rbs', line 3607

def description
  @description
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3604
3605
3606
# File 'sig/types.rbs', line 3604

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3603
3604
3605
# File 'sig/types.rbs', line 3603

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_language"de-DE", ...

Returns the value of attribute evaluation_form_language.

Returns:

  • ("de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN", "ms-MY")


3617
3618
3619
# File 'sig/types.rbs', line 3617

def evaluation_form_language
  @evaluation_form_language
end

#last_activated_by::String

Returns the value of attribute last_activated_by.

Returns:

  • (::String)


3613
3614
3615
# File 'sig/types.rbs', line 3613

def last_activated_by
  @last_activated_by
end

#last_activated_time::Time

Returns the value of attribute last_activated_time.

Returns:

  • (::Time)


3612
3613
3614
# File 'sig/types.rbs', line 3612

def last_activated_time
  @last_activated_time
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3611
3612
3613
# File 'sig/types.rbs', line 3611

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3610
3611
3612
# File 'sig/types.rbs', line 3610

def last_modified_time
  @last_modified_time
end

#latest_version::Integer

Returns the value of attribute latest_version.

Returns:

  • (::Integer)


3614
3615
3616
# File 'sig/types.rbs', line 3614

def latest_version
  @latest_version
end

#status"DRAFT", "ACTIVE"

Returns the value of attribute status.

Returns:

  • ("DRAFT", "ACTIVE")


3606
3607
3608
# File 'sig/types.rbs', line 3606

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3619
3620
3621
# File 'sig/types.rbs', line 3619

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3605
3606
3607
# File 'sig/types.rbs', line 3605

def title
  @title
end