Module: Aws::SageMakerGeospatial::Client::_ExportEarthObservationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExportEarthObservationJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #execution_role_arn ⇒ ::String
- #export_source_images ⇒ Boolean
- #export_status ⇒ "IN_PROGRESS", ...
- #output_config ⇒ Types::OutputConfigInput
Instance Method Details
#arn ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def arn: () -> ::String
|
#creation_time ⇒ ::Time
102 |
# File 'sig/client.rbs', line 102
def creation_time: () -> ::Time
|
#execution_role_arn ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def execution_role_arn: () -> ::String
|
#export_source_images ⇒ Boolean
104 |
# File 'sig/client.rbs', line 104
def export_source_images: () -> bool
|
#export_status ⇒ "IN_PROGRESS", ...
105 |
# File 'sig/client.rbs', line 105
def export_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#output_config ⇒ Types::OutputConfigInput
106 |
# File 'sig/client.rbs', line 106
def output_config: () -> Types::OutputConfigInput
|