Class: Aws::Types::QuickResponseData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels ⇒ ::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


660
661
662
# File 'sig/types.rbs', line 660

def channels
  @channels
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def content_type
  @content_type
end

#contents ⇒ Types::QuickResponseContents

Returns the value of attribute contents.



662
663
664
# File 'sig/types.rbs', line 662

def contents
  @contents
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


663
664
665
# File 'sig/types.rbs', line 663

def created_time
  @created_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def description
  @description
end

#grouping_configuration ⇒ Types::GroupingConfiguration

Returns the value of attribute grouping_configuration.



665
666
667
# File 'sig/types.rbs', line 665

def grouping_configuration
  @grouping_configuration
end

#is_active ⇒ Boolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


666
667
668
# File 'sig/types.rbs', line 666

def is_active
  @is_active
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def knowledge_base_id
  @knowledge_base_id
end

#language ⇒ ::String

Returns the value of attribute language.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def language
  @language
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def last_modified_by
  @last_modified_by
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


671
672
673
# File 'sig/types.rbs', line 671

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def name
  @name
end

#quick_response_arn ⇒ ::String

Returns the value of attribute quick_response_arn.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def quick_response_arn
  @quick_response_arn
end

#quick_response_id ⇒ ::String

Returns the value of attribute quick_response_id.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def quick_response_id
  @quick_response_id
end

#shortcut_key ⇒ ::String

Returns the value of attribute shortcut_key.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

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")


676
677
678
# File 'sig/types.rbs', line 676

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


677
678
679
# File 'sig/types.rbs', line 677

def tags
  @tags
end