Class: Aws::Types::CreateJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_list::Array[Types::Artifact]

Returns the value of attribute artifact_list.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def artifact_list
  @artifact_list
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def job_id
  @job_id
end

#job_type"Import", "Export"

Returns the value of attribute job_type.

Returns:

  • ("Import", "Export")


49
50
51
# File 'sig/types.rbs', line 49

def job_type
  @job_type
end

#signature::String

Returns the value of attribute signature.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def signature
  @signature
end

#signature_file_contents::String

Returns the value of attribute signature_file_contents.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def signature_file_contents
  @signature_file_contents
end

#warning_message::String

Returns the value of attribute warning_message.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def warning_message
  @warning_message
end