Class: Aws::Types::CreateDatasetExportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def dataset_arn
  @dataset_arn
end

#ingestion_mode ⇒ "BULK", ...

Returns the value of attribute ingestion_mode.

Returns:

  • ("BULK", "PUT", "ALL")


255
256
257
# File 'sig/types.rbs', line 255

def ingestion_mode
  @ingestion_mode
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def job_name
  @job_name
end

#job_output ⇒ Types::DatasetExportJobOutput

Returns the value of attribute job_output.



257
258
259
# File 'sig/types.rbs', line 257

def job_output
  @job_output
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def role_arn
  @role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def tags
  @tags
end