Class: Aws::Types::DataSourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3544
3545
3546
# File 'sig/types.rbs', line 3544

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3548
3549
3550
# File 'sig/types.rbs', line 3548

def created_time
  @created_time
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


3545
3546
3547
# File 'sig/types.rbs', line 3545

def data_source_id
  @data_source_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


3549
3550
3551
# File 'sig/types.rbs', line 3549

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3546
3547
3548
# File 'sig/types.rbs', line 3546

def name
  @name
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")


3547
3548
3549
# File 'sig/types.rbs', line 3547

def type
  @type
end