Class: Aws::Types::DescribeDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Returns the value of attribute custom_document_enrichment_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "S3", ...
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute configuration.
687 688 689 |
# File 'sig/types.rbs', line 687 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
689 690 691 |
# File 'sig/types.rbs', line 689 def created_at @created_at end |
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Returns the value of attribute custom_document_enrichment_configuration.
697 698 699 |
# File 'sig/types.rbs', line 697 def custom_document_enrichment_configuration @custom_document_enrichment_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
691 692 693 |
# File 'sig/types.rbs', line 691 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
695 696 697 |
# File 'sig/types.rbs', line 695 def end |
#id ⇒ ::String
Returns the value of attribute id.
683 684 685 |
# File 'sig/types.rbs', line 683 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def index_id @index_id end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
696 697 698 |
# File 'sig/types.rbs', line 696 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
685 686 687 |
# File 'sig/types.rbs', line 685 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def role_arn @role_arn end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
693 694 695 |
# File 'sig/types.rbs', line 693 def schedule @schedule end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
692 693 694 |
# File 'sig/types.rbs', line 692 def status @status end |
#type ⇒ "S3", ...
Returns the value of attribute type.
686 687 688 |
# File 'sig/types.rbs', line 686 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
690 691 692 |
# File 'sig/types.rbs', line 690 def updated_at @updated_at end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
688 689 690 |
# File 'sig/types.rbs', line 688 def vpc_configuration @vpc_configuration end |