Class: Aws::Types::PutThirdPartyJobSuccessResultInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def client_token
  @client_token
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def continuation_token
  @continuation_token
end

#current_revisionTypes::CurrentRevision

Returns the value of attribute current_revision.



1079
1080
1081
# File 'sig/types.rbs', line 1079

def current_revision
  @current_revision
end

#execution_detailsTypes::ExecutionDetails

Returns the value of attribute execution_details.



1081
1082
1083
# File 'sig/types.rbs', line 1081

def execution_details
  @execution_details
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def job_id
  @job_id
end