Class: Aws::Types::DataSource
- Inherits:
-
Object
- Object
- Aws::Types::DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_deletion_policy ⇒ "RETAIN", "DELETE"
Returns the value of attribute data_deletion_policy.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
668 669 670 |
# File 'sig/types.rbs', line 668 def created_at @created_at end |
#data_deletion_policy ⇒ "RETAIN", "DELETE"
Returns the value of attribute data_deletion_policy.
667 668 669 |
# File 'sig/types.rbs', line 667 def data_deletion_policy @data_deletion_policy end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
664 665 666 |
# File 'sig/types.rbs', line 664 def data_source_configuration @data_source_configuration end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def data_source_id @data_source_id end |
#description ⇒ ::String
Returns the value of attribute description.
663 664 665 |
# File 'sig/types.rbs', line 663 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
670 671 672 |
# File 'sig/types.rbs', line 670 def failure_reasons @failure_reasons end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
659 660 661 |
# File 'sig/types.rbs', line 659 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
661 662 663 |
# File 'sig/types.rbs', line 661 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
665 666 667 |
# File 'sig/types.rbs', line 665 def server_side_encryption_configuration @server_side_encryption_configuration end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
662 663 664 |
# File 'sig/types.rbs', line 662 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
669 670 671 |
# File 'sig/types.rbs', line 669 def updated_at @updated_at end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
666 667 668 |
# File 'sig/types.rbs', line 666 def vector_ingestion_configuration @vector_ingestion_configuration end |