Class: Aws::Types::QuickResponseSearchResultData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:attributes_interpolated, :attributes_not_interpolated])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_interpolated ⇒ ::Array[::String]

Returns the value of attribute attributes_interpolated.

Returns:

  • (::Array[::String])


723
724
725
# File 'sig/types.rbs', line 723

def attributes_interpolated
  @attributes_interpolated
end

#attributes_not_interpolated ⇒ ::Array[::String]

Returns the value of attribute attributes_not_interpolated.

Returns:

  • (::Array[::String])


724
725
726
# File 'sig/types.rbs', line 724

def attributes_not_interpolated
  @attributes_not_interpolated
end

#channels ⇒ ::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


725
726
727
# File 'sig/types.rbs', line 725

def channels
  @channels
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def content_type
  @content_type
end

#contents ⇒ Types::QuickResponseContents

Returns the value of attribute contents.



727
728
729
# File 'sig/types.rbs', line 727

def contents
  @contents
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


728
729
730
# File 'sig/types.rbs', line 728

def created_time
  @created_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def description
  @description
end

#grouping_configuration ⇒ Types::GroupingConfiguration

Returns the value of attribute grouping_configuration.



730
731
732
# File 'sig/types.rbs', line 730

def grouping_configuration
  @grouping_configuration
end

#is_active ⇒ Boolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


731
732
733
# File 'sig/types.rbs', line 731

def is_active
  @is_active
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def knowledge_base_id
  @knowledge_base_id
end

#language ⇒ ::String

Returns the value of attribute language.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def language
  @language
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def last_modified_by
  @last_modified_by
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


736
737
738
# File 'sig/types.rbs', line 736

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def name
  @name
end

#quick_response_arn ⇒ ::String

Returns the value of attribute quick_response_arn.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def quick_response_arn
  @quick_response_arn
end

#quick_response_id ⇒ ::String

Returns the value of attribute quick_response_id.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def quick_response_id
  @quick_response_id
end

#shortcut_key ⇒ ::String

Returns the value of attribute shortcut_key.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def shortcut_key
  @shortcut_key
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED")


741
742
743
# File 'sig/types.rbs', line 741

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


742
743
744
# File 'sig/types.rbs', line 742

def tags
  @tags
end