Class: Aws::Types::UpdateDataSourceRequest

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.



2069
2070
2071
# File 'sig/types.rbs', line 2069

def configuration
  @configuration
end

#custom_document_enrichment_configurationTypes::CustomDocumentEnrichmentConfiguration

Returns the value of attribute custom_document_enrichment_configuration.



2075
2076
2077
# File 'sig/types.rbs', line 2075

def custom_document_enrichment_configuration
  @custom_document_enrichment_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2071
2072
2073
# File 'sig/types.rbs', line 2071

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def index_id
  @index_id
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def role_arn
  @role_arn
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


2072
2073
2074
# File 'sig/types.rbs', line 2072

def schedule
  @schedule
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



2070
2071
2072
# File 'sig/types.rbs', line 2070

def vpc_configuration
  @vpc_configuration
end