Class: Aws::Types::QuickResponseSummary

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


747
748
749
# File 'sig/types.rbs', line 747

def channels
  @channels
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def content_type
  @content_type
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


749
750
751
# File 'sig/types.rbs', line 749

def created_time
  @created_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def description
  @description
end

#is_active ⇒ Boolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


751
752
753
# File 'sig/types.rbs', line 751

def is_active
  @is_active
end

#knowledge_base_arn ⇒ ::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def last_modified_by
  @last_modified_by
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


755
756
757
# File 'sig/types.rbs', line 755

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def name
  @name
end

#quick_response_arn ⇒ ::String

Returns the value of attribute quick_response_arn.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def quick_response_arn
  @quick_response_arn
end

#quick_response_id ⇒ ::String

Returns the value of attribute quick_response_id.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def quick_response_id
  @quick_response_id
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")


759
760
761
# File 'sig/types.rbs', line 759

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


760
761
762
# File 'sig/types.rbs', line 760

def tags
  @tags
end