Class: Aws::Types::CreateJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String

Returns the value of attribute api_version.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def api_version
  @api_version
end

#job_type"Import", "Export"

Returns the value of attribute job_type.

Returns:

  • ("Import", "Export")


39
40
41
# File 'sig/types.rbs', line 39

def job_type
  @job_type
end

#manifest::String

Returns the value of attribute manifest.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def manifest
  @manifest
end

#manifest_addendum::String

Returns the value of attribute manifest_addendum.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def manifest_addendum
  @manifest_addendum
end

#validate_onlyBoolean

Returns the value of attribute validate_only.

Returns:

  • (Boolean)


42
43
44
# File 'sig/types.rbs', line 42

def validate_only
  @validate_only
end