Class: Aws::Types::GetEarthObservationJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def duration_in_seconds
  @duration_in_seconds
end

#error_detailsTypes::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.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def execution_role_arn
  @execution_role_arn
end

#export_error_detailsTypes::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.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


192
193
194
# File 'sig/types.rbs', line 192

def export_status
  @export_status
end

#input_configTypes::InputConfigOutput

Returns the value of attribute input_config.



193
194
195
# File 'sig/types.rbs', line 193

def input_config
  @input_config
end

#job_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def output_bands
  @output_bands
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "IN_PROGRESS", "STOPPING", "COMPLETED", "STOPPED", "FAILED", "DELETING", "DELETED")


198
199
200
# File 'sig/types.rbs', line 198

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


199
200
201
# File 'sig/types.rbs', line 199

def tags
  @tags
end