Class: Aws::Types::DataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_data_source_parameters::Array[Types::DataSourceParameters]

Returns the value of attribute alternate_data_source_parameters.

Returns:



3338
3339
3340
# File 'sig/types.rbs', line 3338

def alternate_data_source_parameters
  @alternate_data_source_parameters
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3330
3331
3332
# File 'sig/types.rbs', line 3330

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3335
3336
3337
# File 'sig/types.rbs', line 3335

def created_time
  @created_time
end

#credential_status"CONNECTED", ...

Returns the value of attribute credential_status.

Returns:

  • ("CONNECTED", "AUTH_FAILED", "NOT_VERIFIED")


3343
3344
3345
# File 'sig/types.rbs', line 3343

def credential_status
  @credential_status
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


3331
3332
3333
# File 'sig/types.rbs', line 3331

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



3337
3338
3339
# File 'sig/types.rbs', line 3337

def data_source_parameters
  @data_source_parameters
end

#error_infoTypes::DataSourceErrorInfo

Returns the value of attribute error_info.



3341
3342
3343
# File 'sig/types.rbs', line 3341

def error_info
  @error_info
end

#last_credential_verified_at::Time

Returns the value of attribute last_credential_verified_at.

Returns:

  • (::Time)


3344
3345
3346
# File 'sig/types.rbs', line 3344

def last_credential_verified_at
  @last_credential_verified_at
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


3336
3337
3338
# File 'sig/types.rbs', line 3336

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3332
3333
3334
# File 'sig/types.rbs', line 3332

def name
  @name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


3342
3343
3344
# File 'sig/types.rbs', line 3342

def secret_arn
  @secret_arn
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



3340
3341
3342
# File 'sig/types.rbs', line 3340

def ssl_properties
  @ssl_properties
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


3334
3335
3336
# File 'sig/types.rbs', line 3334

def status
  @status
end

#type"ADOBE_ANALYTICS", ...

Returns the value of attribute type.

Returns:

  • ("ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "S3_TABLES", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH", "EXASOL", "DATABRICKS", "STARBURST", "TRINO", "BIGQUERY", "GOOGLESHEETS", "GOOGLE_DRIVE", "CONFLUENCE", "SHAREPOINT", "ONE_DRIVE", "WEB_CRAWLER", "S3_KNOWLEDGE_BASE", "QBUSINESS")


3333
3334
3335
# File 'sig/types.rbs', line 3333

def type
  @type
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



3339
3340
3341
# File 'sig/types.rbs', line 3339

def vpc_connection_properties
  @vpc_connection_properties
end