Class: Aws::Types::KnowledgeBaseSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_owner_username])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


7403
7404
7405
# File 'sig/types.rbs', line 7403

def created_at
  @created_at
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


7401
7402
7403
# File 'sig/types.rbs', line 7401

def data_source_arn
  @data_source_arn
end

#document_count::Integer

Returns the value of attribute document_count.

Returns:

  • (::Integer)


7406
7407
7408
# File 'sig/types.rbs', line 7406

def document_count
  @document_count
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


7397
7398
7399
# File 'sig/types.rbs', line 7397

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


7398
7399
7400
# File 'sig/types.rbs', line 7398

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_size_bytes::Integer

Returns the value of attribute knowledge_base_size_bytes.

Returns:

  • (::Integer)


7405
7406
7407
# File 'sig/types.rbs', line 7405

def knowledge_base_size_bytes
  @knowledge_base_size_bytes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7399
7400
7401
# File 'sig/types.rbs', line 7399

def name
  @name
end

#primary_owner_arn::String

Returns the value of attribute primary_owner_arn.

Returns:

  • (::String)


7407
7408
7409
# File 'sig/types.rbs', line 7407

def primary_owner_arn
  @primary_owner_arn
end

#primary_owner_username::String

Returns the value of attribute primary_owner_username.

Returns:

  • (::String)


7408
7409
7410
# File 'sig/types.rbs', line 7408

def primary_owner_username
  @primary_owner_username
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "ACTIVE", "FAILED", "DELETING")


7400
7401
7402
# File 'sig/types.rbs', line 7400

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7402
7403
7404
# File 'sig/types.rbs', line 7402

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7404
7405
7406
# File 'sig/types.rbs', line 7404

def updated_at
  @updated_at
end