Module: Aws::DataZone::Client::_StartMetadataGenerationRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartMetadataGenerationRunOutput]
- 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", ...
- #type ⇒ "BUSINESS_DESCRIPTIONS", ...
- #types ⇒ ::Array[("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")]
Instance Method Details
#created_at ⇒ ::Time
3602 |
# File 'sig/client.rbs', line 3602
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3603 |
# File 'sig/client.rbs', line 3603
def created_by: () -> ::String
|
#domain_id ⇒ ::String
3597 |
# File 'sig/client.rbs', line 3597
def domain_id: () -> ::String
|
#id ⇒ ::String
3598 |
# File 'sig/client.rbs', line 3598
def id: () -> ::String
|
#owning_project_id ⇒ ::String
3604 |
# File 'sig/client.rbs', line 3604
def owning_project_id: () -> ::String
|
#status ⇒ "SUBMITTED", ...
3599 |
# File 'sig/client.rbs', line 3599
def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELED" | "SUCCEEDED" | "FAILED" | "PARTIALLY_SUCCEEDED")
|
#type ⇒ "BUSINESS_DESCRIPTIONS", ...
3600 |
# File 'sig/client.rbs', line 3600
def type: () -> ("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")
|
#types ⇒ ::Array[("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")]
3601 |
# File 'sig/client.rbs', line 3601
def types: () -> ::Array[("BUSINESS_DESCRIPTIONS" | "BUSINESS_NAMES" | "BUSINESS_GLOSSARY_ASSOCIATIONS")]
|