Class: Aws::Types::DescribeDataSourceResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::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.

Returns:

  • (::Time)


689
690
691
# File 'sig/types.rbs', line 689

def created_at
  @created_at
end

#custom_document_enrichment_configurationTypes::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.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def role_arn
  @role_arn
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def schedule
  @schedule
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "DELETING", "FAILED", "UPDATING", "ACTIVE")


692
693
694
# File 'sig/types.rbs', line 692

def status
  @status
end

#type"S3", ...

Returns the value of attribute type.

Returns:

  • ("S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA", "GITHUB", "ALFRESCO", "TEMPLATE")


686
687
688
# File 'sig/types.rbs', line 686

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


690
691
692
# File 'sig/types.rbs', line 690

def updated_at
  @updated_at
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



688
689
690
# File 'sig/types.rbs', line 688

def vpc_configuration
  @vpc_configuration
end