Class: Aws::Types::DataCatalog

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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


267
268
269
# File 'sig/types.rbs', line 267

def connection_type
  @connection_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def description
  @description
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def error
  @error
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


265
266
267
# File 'sig/types.rbs', line 265

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


266
267
268
# File 'sig/types.rbs', line 266

def status
  @status
end

#type"LAMBDA", ...

Returns the value of attribute type.

Returns:

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


264
265
266
# File 'sig/types.rbs', line 264

def type
  @type
end