Module: Aws::SageMakerGeospatial::Client::_GetEarthObservationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEarthObservationJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #duration_in_seconds ⇒ ::Integer
- #error_details ⇒ Types::EarthObservationJobErrorDetails
- #execution_role_arn ⇒ ::String
- #export_error_details ⇒ Types::ExportErrorDetails
- #export_status ⇒ "IN_PROGRESS", ...
- #input_config ⇒ Types::InputConfigOutput
- #job_config ⇒ Types::JobConfigInput
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #output_bands ⇒ ::Array[Types::OutputBand]
- #status ⇒ "INITIALIZING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def arn: () -> ::String
|
#creation_time ⇒ ::Time
148 |
# File 'sig/client.rbs', line 148
def creation_time: () -> ::Time
|
#duration_in_seconds ⇒ ::Integer
149 |
# File 'sig/client.rbs', line 149
def duration_in_seconds: () -> ::Integer
|
#error_details ⇒ Types::EarthObservationJobErrorDetails
150 |
# File 'sig/client.rbs', line 150
def error_details: () -> Types::EarthObservationJobErrorDetails
|
#execution_role_arn ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def execution_role_arn: () -> ::String
|
#export_error_details ⇒ Types::ExportErrorDetails
152 |
# File 'sig/client.rbs', line 152
def export_error_details: () -> Types::ExportErrorDetails
|
#export_status ⇒ "IN_PROGRESS", ...
153 |
# File 'sig/client.rbs', line 153
def export_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#input_config ⇒ Types::InputConfigOutput
154 |
# File 'sig/client.rbs', line 154
def input_config: () -> Types::InputConfigOutput
|
#job_config ⇒ Types::JobConfigInput
155 |
# File 'sig/client.rbs', line 155
def job_config: () -> Types::JobConfigInput
|
#kms_key_id ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def kms_key_id: () -> ::String
|
#name ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def name: () -> ::String
|
#output_bands ⇒ ::Array[Types::OutputBand]
158 |
# File 'sig/client.rbs', line 158
def output_bands: () -> ::Array[Types::OutputBand]
|
#status ⇒ "INITIALIZING", ...
159 |
# File 'sig/client.rbs', line 159
def status: () -> ("INITIALIZING" | "IN_PROGRESS" | "STOPPING" | "COMPLETED" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
160 |
# File 'sig/client.rbs', line 160
def tags: () -> ::Hash[::String, ::String]
|