Class: Aws::Types::KnowledgeBaseSummary
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#document_count ⇒ ::Integer
Returns the value of attribute document_count.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#knowledge_base_size_bytes ⇒ ::Integer
Returns the value of attribute knowledge_base_size_bytes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
-
#primary_owner_username ⇒ ::String
Returns the value of attribute primary_owner_username.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
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.
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.
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.
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.
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.
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.
7400 7401 7402 |
# File 'sig/types.rbs', line 7400 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
7402 7403 7404 |
# File 'sig/types.rbs', line 7402 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7404 7405 7406 |
# File 'sig/types.rbs', line 7404 def updated_at @updated_at end |