Class: Aws::Types::ExportEarthObservationJobOutput

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)


111
112
113
# File 'sig/types.rbs', line 111

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


112
113
114
# File 'sig/types.rbs', line 112

def creation_time
  @creation_time
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def execution_role_arn
  @execution_role_arn
end

#export_source_imagesBoolean

Returns the value of attribute export_source_images.

Returns:

  • (Boolean)


114
115
116
# File 'sig/types.rbs', line 114

def export_source_images
  @export_source_images
end

#export_status"IN_PROGRESS", ...

Returns the value of attribute export_status.

Returns:

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


115
116
117
# File 'sig/types.rbs', line 115

def export_status
  @export_status
end

#output_configTypes::OutputConfigInput

Returns the value of attribute output_config.



116
117
118
# File 'sig/types.rbs', line 116

def output_config
  @output_config
end