Module: Aws::SageMakerGeospatial::Client::_ExportVectorEnrichmentJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExportVectorEnrichmentJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #execution_role_arn ⇒ ::String
- #export_status ⇒ "IN_PROGRESS", ...
- #output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
Instance Method Details
#arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def arn: () -> ::String
|
#creation_time ⇒ ::Time
126 |
# File 'sig/client.rbs', line 126
def creation_time: () -> ::Time
|
#execution_role_arn ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def execution_role_arn: () -> ::String
|
#export_status ⇒ "IN_PROGRESS", ...
128 |
# File 'sig/client.rbs', line 128
def export_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#output_config ⇒ Types::ExportVectorEnrichmentJobOutputConfig
129 |
# File 'sig/client.rbs', line 129
def output_config: () -> Types::ExportVectorEnrichmentJobOutputConfig
|