Class: Aws::Types::PutJobSuccessResultInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def continuation_token
  @continuation_token
end

#current_revisionTypes::CurrentRevision

Returns the value of attribute current_revision.



1062
1063
1064
# File 'sig/types.rbs', line 1062

def current_revision
  @current_revision
end

#execution_detailsTypes::ExecutionDetails

Returns the value of attribute execution_details.



1064
1065
1066
# File 'sig/types.rbs', line 1064

def execution_details
  @execution_details
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def job_id
  @job_id
end

#output_variables::Hash[::String, ::String]

Returns the value of attribute output_variables.

Returns:

  • (::Hash[::String, ::String])


1065
1066
1067
# File 'sig/types.rbs', line 1065

def output_variables
  @output_variables
end