Class: Aws::Types::GetAdapterVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAdapterVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
-
#adapter_version ⇒ ::String
Returns the value of attribute adapter_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_config ⇒ Types::AdapterVersionDatasetConfig
Returns the value of attribute dataset_config.
-
#evaluation_metrics ⇒ ::Array[Types::AdapterVersionEvaluationMetric]
Returns the value of attribute evaluation_metrics.
-
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#adapter_id ⇒ ::String
Returns the value of attribute adapter_id.
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.
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.
317 318 319 |
# File 'sig/types.rbs', line 317 def creation_time @creation_time end |
#dataset_config ⇒ Types::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.
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.
322 323 324 |
# File 'sig/types.rbs', line 322 def kms_key_id @kms_key_id end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
323 324 325 |
# File 'sig/types.rbs', line 323 def output_config @output_config end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
319 320 321 |
# File 'sig/types.rbs', line 319 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
320 321 322 |
# File 'sig/types.rbs', line 320 def @status_message end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
325 326 327 |
# File 'sig/types.rbs', line 325 def @tags end |