Class: Aws::Types::DataCatalogSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_name::String

Returns the value of attribute catalog_name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def catalog_name
  @catalog_name
end

#connection_type"DYNAMODB", ...

Returns the value of attribute connection_type.

Returns:

  • ("DYNAMODB", "MYSQL", "POSTGRESQL", "REDSHIFT", "ORACLE", "SYNAPSE", "SQLSERVER", "DB2", "OPENSEARCH", "BIGQUERY", "GOOGLECLOUDSTORAGE", "HBASE", "DOCUMENTDB", "CMDB", "TPCDS", "TIMESTREAM", "SAPHANA", "SNOWFLAKE", "DATALAKEGEN2", "DB2AS400")


276
277
278
# File 'sig/types.rbs', line 276

def connection_type
  @connection_type
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def error
  @error
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "CREATE_FAILED_CLEANUP_IN_PROGRESS", "CREATE_FAILED_CLEANUP_COMPLETE", "CREATE_FAILED_CLEANUP_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED")


275
276
277
# File 'sig/types.rbs', line 275

def status
  @status
end

#type"LAMBDA", ...

Returns the value of attribute type.

Returns:

  • ("LAMBDA", "GLUE", "HIVE", "FEDERATED")


274
275
276
# File 'sig/types.rbs', line 274

def type
  @type
end