Module: Aws::DataZone::Client::_GetMetadataGenerationRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetMetadataGenerationRunOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


2347
# File 'sig/client.rbs', line 2347

def created_at: () -> ::Time

#created_by::String

Returns:

  • (::String)


2348
# File 'sig/client.rbs', line 2348

def created_by: () -> ::String

#domain_id::String

Returns:

  • (::String)


2341
# File 'sig/client.rbs', line 2341

def domain_id: () -> ::String

#id::String

Returns:

  • (::String)


2342
# File 'sig/client.rbs', line 2342

def id: () -> ::String

#owning_project_id::String

Returns:

  • (::String)


2349
# File 'sig/client.rbs', line 2349

def owning_project_id: () -> ::String

#status"SUBMITTED", ...

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "CANCELED", "SUCCEEDED", "FAILED", "PARTIALLY_SUCCEEDED")


2344
# File 'sig/client.rbs', line 2344

def status: () -> ("SUBMITTED" | "IN_PROGRESS" | "CANCELED" | "SUCCEEDED" | "FAILED" | "PARTIALLY_SUCCEEDED")

#targetTypes::MetadataGenerationRunTarget



2343
# File 'sig/client.rbs', line 2343

def target: () -> Types::MetadataGenerationRunTarget

#type"BUSINESS_DESCRIPTIONS", ...

Returns:

  • ("BUSINESS_DESCRIPTIONS", "BUSINESS_NAMES", "BUSINESS_GLOSSARY_ASSOCIATIONS")


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

Returns:

  • (::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")]