Class: Aws::Types::GetAdapterVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_id::String

Returns the value of attribute adapter_id.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def adapter_id
  @adapter_id
end

#adapter_version::String

Returns the value of attribute adapter_version.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def adapter_version
  @adapter_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


317
318
319
# File 'sig/types.rbs', line 317

def creation_time
  @creation_time
end

#dataset_configTypes::AdapterVersionDatasetConfig

Returns the value of attribute dataset_config.



321
322
323
# File 'sig/types.rbs', line 321

def dataset_config
  @dataset_config
end

#evaluation_metrics::Array[Types::AdapterVersionEvaluationMetric]

Returns the value of attribute evaluation_metrics.



324
325
326
# File 'sig/types.rbs', line 324

def evaluation_metrics
  @evaluation_metrics
end

#feature_types::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]

Returns the value of attribute feature_types.

Returns:

  • (::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")])


318
319
320
# File 'sig/types.rbs', line 318

def feature_types
  @feature_types
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def kms_key_id
  @kms_key_id
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def output_config
  @output_config
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "AT_RISK", "DEPRECATED", "CREATION_ERROR", "CREATION_IN_PROGRESS")


319
320
321
# File 'sig/types.rbs', line 319

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def status_message
  @status_message
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


325
326
327
# File 'sig/types.rbs', line 325

def tags
  @tags
end