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


2381
2382
2383
# File 'sig/types.rbs', line 2381

def channels
  @channels
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def content_type
  @content_type
end

#contentsTypes::QuickResponseContents

Returns the value of attribute contents.



2375
2376
2377
# File 'sig/types.rbs', line 2375

def contents
  @contents
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



2377
2378
2379
# File 'sig/types.rbs', line 2377

def grouping_configuration
  @grouping_configuration
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def is_active
  @is_active
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


2382
2383
2384
# File 'sig/types.rbs', line 2382

def language
  @language
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def name
  @name
end

#quick_response_arn::String

Returns the value of attribute quick_response_arn.

Returns:

  • (::String)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def quick_response_arn
  @quick_response_arn
end

#quick_response_id::String

Returns the value of attribute quick_response_id.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def quick_response_id
  @quick_response_id
end

#shortcut_key::String

Returns the value of attribute shortcut_key.

Returns:

  • (::String)


2378
2379
2380
# File 'sig/types.rbs', line 2378

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


2372
2373
2374
# File 'sig/types.rbs', line 2372

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2383
2384
2385
# File 'sig/types.rbs', line 2383

def tags
  @tags
end