Class: Aws::Types::ExportEarthObservationJobInput

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)


102
103
104
# File 'sig/types.rbs', line 102

def arn
  @arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def client_token
  @client_token
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def execution_role_arn
  @execution_role_arn
end

#export_source_imagesBoolean

Returns the value of attribute export_source_images.

Returns:

  • (Boolean)


105
106
107
# File 'sig/types.rbs', line 105

def export_source_images
  @export_source_images
end

#output_configTypes::OutputConfigInput

Returns the value of attribute output_config.



106
107
108
# File 'sig/types.rbs', line 106

def output_config
  @output_config
end