Class: Aws::Types::CreateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_configurationTypes::AssetConfiguration

Returns the value of attribute asset_configuration.



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

def asset_configuration
  @asset_configuration
end

#detailsTypes::RequestDetails

Returns the value of attribute details.



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

def details
  @details
end

#type"IMPORT_ASSETS_FROM_S3", ...

Returns the value of attribute type.

Returns:

  • ("IMPORT_ASSETS_FROM_S3", "IMPORT_ASSET_FROM_SIGNED_URL", "EXPORT_ASSETS_TO_S3", "EXPORT_ASSET_TO_SIGNED_URL", "EXPORT_REVISIONS_TO_S3", "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES", "IMPORT_ASSET_FROM_API_GATEWAY_API", "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET", "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY")


195
196
197
# File 'sig/types.rbs', line 195

def type
  @type
end