Module: Aws::SageMakerGeospatial::Client::_StartEarthObservationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartEarthObservationJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #duration_in_seconds ⇒ ::Integer
- #execution_role_arn ⇒ ::String
- #input_config ⇒ Types::InputConfigOutput
- #job_config ⇒ Types::JobConfigInput
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "INITIALIZING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def arn: () -> ::String
|
#creation_time ⇒ ::Time
306 |
# File 'sig/client.rbs', line 306
def creation_time: () -> ::Time
|
#duration_in_seconds ⇒ ::Integer
307 |
# File 'sig/client.rbs', line 307
def duration_in_seconds: () -> ::Integer
|
#execution_role_arn ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def execution_role_arn: () -> ::String
|
#input_config ⇒ Types::InputConfigOutput
309 |
# File 'sig/client.rbs', line 309
def input_config: () -> Types::InputConfigOutput
|
#job_config ⇒ Types::JobConfigInput
310 |
# File 'sig/client.rbs', line 310
def job_config: () -> Types::JobConfigInput
|
#kms_key_id ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def kms_key_id: () -> ::String
|
#name ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def name: () -> ::String
|
#status ⇒ "INITIALIZING", ...
313 |
# File 'sig/client.rbs', line 313
def status: () -> ("INITIALIZING" | "IN_PROGRESS" | "STOPPING" | "COMPLETED" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
314 |
# File 'sig/client.rbs', line 314
def tags: () -> ::Hash[::String, ::String]
|