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.
7137 7138 7139 |
# File 'sig/types.rbs', line 7137 def created_at @created_at end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
7135 7136 7137 |
# File 'sig/types.rbs', line 7135 def data_source_arn @data_source_arn end |
#document_count ⇒ ::Integer
Returns the value of attribute document_count.
7140 7141 7142 |
# File 'sig/types.rbs', line 7140 def document_count @document_count end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
7131 7132 7133 |
# File 'sig/types.rbs', line 7131 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
7132 7133 7134 |
# File 'sig/types.rbs', line 7132 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_size_bytes ⇒ ::Integer
Returns the value of attribute knowledge_base_size_bytes.
7139 7140 7141 |
# File 'sig/types.rbs', line 7139 def knowledge_base_size_bytes @knowledge_base_size_bytes end |
#name ⇒ ::String
Returns the value of attribute name.
7133 7134 7135 |
# File 'sig/types.rbs', line 7133 def name @name end |
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
7141 7142 7143 |
# File 'sig/types.rbs', line 7141 def primary_owner_arn @primary_owner_arn end |
#primary_owner_username ⇒ ::String
Returns the value of attribute primary_owner_username.
7142 7143 7144 |
# File 'sig/types.rbs', line 7142 def primary_owner_username @primary_owner_username end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
7134 7135 7136 |
# File 'sig/types.rbs', line 7134 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
7136 7137 7138 |
# File 'sig/types.rbs', line 7136 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7138 7139 7140 |
# File 'sig/types.rbs', line 7138 def updated_at @updated_at end |