Class: Aws::Types::GetEarthObservationJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEarthObservationJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#error_details ⇒ Types::EarthObservationJobErrorDetails
Returns the value of attribute error_details.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#export_error_details ⇒ Types::ExportErrorDetails
Returns the value of attribute export_error_details.
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#input_config ⇒ Types::InputConfigOutput
Returns the value of attribute input_config.
-
#job_config ⇒ Types::JobConfigInput
Returns the value of attribute job_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_bands ⇒ ::Array[Types::OutputBand]
Returns the value of attribute output_bands.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
186 187 188 |
# File 'sig/types.rbs', line 186 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
187 188 189 |
# File 'sig/types.rbs', line 187 def creation_time @creation_time end |
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
188 189 190 |
# File 'sig/types.rbs', line 188 def duration_in_seconds @duration_in_seconds end |
#error_details ⇒ Types::EarthObservationJobErrorDetails
Returns the value of attribute error_details.
189 190 191 |
# File 'sig/types.rbs', line 189 def error_details @error_details end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
190 191 192 |
# File 'sig/types.rbs', line 190 def execution_role_arn @execution_role_arn end |
#export_error_details ⇒ Types::ExportErrorDetails
Returns the value of attribute export_error_details.
191 192 193 |
# File 'sig/types.rbs', line 191 def export_error_details @export_error_details end |
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
192 193 194 |
# File 'sig/types.rbs', line 192 def export_status @export_status end |
#input_config ⇒ Types::InputConfigOutput
Returns the value of attribute input_config.
193 194 195 |
# File 'sig/types.rbs', line 193 def input_config @input_config end |
#job_config ⇒ Types::JobConfigInput
Returns the value of attribute job_config.
194 195 196 |
# File 'sig/types.rbs', line 194 def job_config @job_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
196 197 198 |
# File 'sig/types.rbs', line 196 def name @name end |
#output_bands ⇒ ::Array[Types::OutputBand]
Returns the value of attribute output_bands.
197 198 199 |
# File 'sig/types.rbs', line 197 def output_bands @output_bands end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
198 199 200 |
# File 'sig/types.rbs', line 198 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
199 200 201 |
# File 'sig/types.rbs', line 199 def @tags end |