Module: Aws::DataZone::Client::_GetMetadataGenerationRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMetadataGenerationRunOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #owning_project_id ⇒ ::String
- #status ⇒ "SUBMITTED", ...
- #target ⇒ Types::MetadataGenerationRunTarget
- #type ⇒ "BUSINESS_DESCRIPTIONS", ...
- #type_stats ⇒ ::Array[Types::MetadataGenerationRunTypeStat]
- #types ⇒ ::Array[("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")]
Instance Method Details
#created_at ⇒ ::Time
2347 |
# File 'sig/client.rbs', line 2347
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2348 |
# File 'sig/client.rbs', line 2348
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2341 |
# File 'sig/client.rbs', line 2341
def domain_id: () -> ::String
|
#id ⇒ ::String
2342 |
# File 'sig/client.rbs', line 2342
def id: () -> ::String
|
#owning_project_id ⇒ ::String
2349 |
# File 'sig/client.rbs', line 2349
def owning_project_id: () -> ::String
|
#status ⇒ "SUBMITTED", ...
2344 |
# File 'sig/client.rbs', line 2344
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELED" | "SUCCEEDED" | "FAILED" | "PARTIALLY_SUCCEEDED")
|
#target ⇒ Types::MetadataGenerationRunTarget
2343 |
# File 'sig/client.rbs', line 2343
def target: () -> Types::MetadataGenerationRunTarget
|
#type ⇒ "BUSINESS_DESCRIPTIONS", ...
2345 |
# File 'sig/client.rbs', line 2345
def type: () -> ("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")
|
#type_stats ⇒ ::Array[Types::MetadataGenerationRunTypeStat]
2350 |
# File 'sig/client.rbs', line 2350
def type_stats: () -> ::Array[Types::MetadataGenerationRunTypeStat]
|
#types ⇒ ::Array[("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")]
2346 |
# File 'sig/client.rbs', line 2346
def types: () -> ::Array[("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")]
|