Class: Aws::Types::DataSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
687 688 689 |
# File 'sig/types.rbs', line 687 def data_source_id @data_source_id end |
#description ⇒ ::String
Returns the value of attribute description.
690 691 692 |
# File 'sig/types.rbs', line 690 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
686 687 688 |
# File 'sig/types.rbs', line 686 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
688 689 690 |
# File 'sig/types.rbs', line 688 def name @name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
689 690 691 |
# File 'sig/types.rbs', line 689 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
691 692 693 |
# File 'sig/types.rbs', line 691 def updated_at @updated_at end |