Class: Aws::Types::QuickResponseSearchResultData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:attributes_not_interpolated, :attributes_interpolated])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_interpolated::Array[::String]

Returns the value of attribute attributes_interpolated.

Returns:

  • (::Array[::String])


2447
2448
2449
# File 'sig/types.rbs', line 2447

def attributes_interpolated
  @attributes_interpolated
end

#attributes_not_interpolated::Array[::String]

Returns the value of attribute attributes_not_interpolated.

Returns:

  • (::Array[::String])


2446
2447
2448
# File 'sig/types.rbs', line 2446

def attributes_not_interpolated
  @attributes_not_interpolated
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


2444
2445
2446
# File 'sig/types.rbs', line 2444

def channels
  @channels
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def content_type
  @content_type
end

#contentsTypes::QuickResponseContents

Returns the value of attribute contents.



2436
2437
2438
# File 'sig/types.rbs', line 2436

def contents
  @contents
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



2441
2442
2443
# File 'sig/types.rbs', line 2441

def grouping_configuration
  @grouping_configuration
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def is_active
  @is_active
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2431
2432
2433
# File 'sig/types.rbs', line 2431

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def language
  @language
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def name
  @name
end

#quick_response_arn::String

Returns the value of attribute quick_response_arn.

Returns:

  • (::String)


2429
2430
2431
# File 'sig/types.rbs', line 2429

def quick_response_arn
  @quick_response_arn
end

#quick_response_id::String

Returns the value of attribute quick_response_id.

Returns:

  • (::String)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def quick_response_id
  @quick_response_id
end

#shortcut_key::String

Returns the value of attribute shortcut_key.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

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


2435
2436
2437
# File 'sig/types.rbs', line 2435

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2448
2449
2450
# File 'sig/types.rbs', line 2448

def tags
  @tags
end