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:



2465
2466
2467
# File 'sig/types.rbs', line 2465

def channels
  @channels
end

#content_type::String

Returns the value of attribute content_type.

Returns:



2458
2459
2460
# File 'sig/types.rbs', line 2458

def content_type
  @content_type
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



2460
2461
2462
# File 'sig/types.rbs', line 2460

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



2462
2463
2464
# File 'sig/types.rbs', line 2462

def description
  @description
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:



2464
2465
2466
# File 'sig/types.rbs', line 2464

def is_active
  @is_active
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:



2455
2456
2457
# File 'sig/types.rbs', line 2455

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:



2456
2457
2458
# File 'sig/types.rbs', line 2456

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:



2463
2464
2465
# File 'sig/types.rbs', line 2463

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



2461
2462
2463
# File 'sig/types.rbs', line 2461

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:



2457
2458
2459
# File 'sig/types.rbs', line 2457

def name
  @name
end

#quick_response_arn::String

Returns the value of attribute quick_response_arn.

Returns:



2453
2454
2455
# File 'sig/types.rbs', line 2453

def quick_response_arn
  @quick_response_arn
end

#quick_response_id::String

Returns the value of attribute quick_response_id.

Returns:



2454
2455
2456
# File 'sig/types.rbs', line 2454

def quick_response_id
  @quick_response_id
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:



2459
2460
2461
# File 'sig/types.rbs', line 2459

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



2466
2467
2468
# File 'sig/types.rbs', line 2466

def tags
  @tags
end