Class: Aws::Types::RunBatchListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#run_arn::String

Returns the value of attribute run_arn.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def run_arn
  @run_arn
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def run_id
  @run_id
end

#run_internal_uuid::String

Returns the value of attribute run_internal_uuid.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def run_internal_uuid
  @run_internal_uuid
end

#run_setting_id::String

Returns the value of attribute run_setting_id.

Returns:

  • (::String)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def run_setting_id
  @run_setting_id
end

#submission_failure_message::String

Returns the value of attribute submission_failure_message.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def submission_failure_message
  @submission_failure_message
end

#submission_failure_reason::String

Returns the value of attribute submission_failure_reason.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def submission_failure_reason
  @submission_failure_reason
end

#submission_status"SUCCESS", ...

Returns the value of attribute submission_status.

Returns:

  • ("SUCCESS", "FAILED", "CANCEL_SUCCESS", "CANCEL_FAILED", "DELETE_SUCCESS", "DELETE_FAILED")


1959
1960
1961
# File 'sig/types.rbs', line 1959

def submission_status
  @submission_status
end