Class: Aws::Types::GetBatchResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


818
819
820
# File 'sig/types.rbs', line 818

def creation_time
  @creation_time
end

#default_run_settingTypes::DefaultRunSetting

Returns the value of attribute default_run_setting.



815
816
817
# File 'sig/types.rbs', line 815

def default_run_setting
  @default_run_setting
end

#failed_time::Time

Returns the value of attribute failed_time.

Returns:

  • (::Time)


821
822
823
# File 'sig/types.rbs', line 821

def failed_time
  @failed_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def failure_reason
  @failure_reason
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def name
  @name
end

#processed_time::Time

Returns the value of attribute processed_time.

Returns:

  • (::Time)


820
821
822
# File 'sig/types.rbs', line 820

def processed_time
  @processed_time
end

#run_summaryTypes::RunSummary

Returns the value of attribute run_summary.

Returns:



817
818
819
# File 'sig/types.rbs', line 817

def run_summary
  @run_summary
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETE_FAILED", "RUNS_DELETED")


812
813
814
# File 'sig/types.rbs', line 812

def status
  @status
end

#submission_summaryTypes::SubmissionSummary

Returns the value of attribute submission_summary.



816
817
818
# File 'sig/types.rbs', line 816

def submission_summary
  @submission_summary
end

#submitted_time::Time

Returns the value of attribute submitted_time.

Returns:

  • (::Time)


819
820
821
# File 'sig/types.rbs', line 819

def 
  @submitted_time
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


813
814
815
# File 'sig/types.rbs', line 813

def tags
  @tags
end

#total_runs::Integer

Returns the value of attribute total_runs.

Returns:

  • (::Integer)


814
815
816
# File 'sig/types.rbs', line 814

def total_runs
  @total_runs
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def uuid
  @uuid
end