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:



3469
3470
3471
# File 'sig/types.rbs', line 3469

def alternate_data_source_parameters
  @alternate_data_source_parameters
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3461
3462
3463
# File 'sig/types.rbs', line 3461

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3466
3467
3468
# File 'sig/types.rbs', line 3466

def created_time
  @created_time
end

#credential_status"CONNECTED", ...

Returns the value of attribute credential_status.

Returns:

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


3474
3475
3476
# File 'sig/types.rbs', line 3474

def credential_status
  @credential_status
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


3462
3463
3464
# File 'sig/types.rbs', line 3462

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



3468
3469
3470
# File 'sig/types.rbs', line 3468

def data_source_parameters
  @data_source_parameters
end

#error_infoTypes::DataSourceErrorInfo

Returns the value of attribute error_info.



3472
3473
3474
# File 'sig/types.rbs', line 3472

def error_info
  @error_info
end

#last_credential_verified_at::Time

Returns the value of attribute last_credential_verified_at.

Returns:

  • (::Time)


3475
3476
3477
# File 'sig/types.rbs', line 3475

def last_credential_verified_at
  @last_credential_verified_at
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


3467
3468
3469
# File 'sig/types.rbs', line 3467

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3463
3464
3465
# File 'sig/types.rbs', line 3463

def name
  @name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


3473
3474
3475
# File 'sig/types.rbs', line 3473

def secret_arn
  @secret_arn
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



3471
3472
3473
# File 'sig/types.rbs', line 3471

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")


3465
3466
3467
# File 'sig/types.rbs', line 3465

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")


3464
3465
3466
# File 'sig/types.rbs', line 3464

def type
  @type
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



3470
3471
3472
# File 'sig/types.rbs', line 3470

def vpc_connection_properties
  @vpc_connection_properties
end