Class: Aws::Types::StepSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2979
2980
2981
# File 'sig/types.rbs', line 2979

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2980
2981
2982
# File 'sig/types.rbs', line 2980

def created_by
  @created_by
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


2982
2983
2984
# File 'sig/types.rbs', line 2982

def ended_at
  @ended_at
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2970
2971
2972
# File 'sig/types.rbs', line 2970

def job_id
  @job_id
end

#lifecycle_status"CREATE_COMPLETE", ...

Returns the value of attribute lifecycle_status.

Returns:

  • ("CREATE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_SUCCEEDED")


2973
2974
2975
# File 'sig/types.rbs', line 2973

def lifecycle_status
  @lifecycle_status
end

#lifecycle_status_message::String

Returns the value of attribute lifecycle_status_message.

Returns:

  • (::String)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def lifecycle_status_message
  @lifecycle_status_message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2972
2973
2974
# File 'sig/types.rbs', line 2972

def name
  @name
end

#parameter_spaceTypes::ParameterSpace

Returns the value of attribute parameter_space.



2985
2986
2987
# File 'sig/types.rbs', line 2985

def parameter_space
  @parameter_space
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


2971
2972
2973
# File 'sig/types.rbs', line 2971

def queue_id
  @queue_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2981
2982
2983
# File 'sig/types.rbs', line 2981

def started_at
  @started_at
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def step_id
  @step_id
end

#target_task_run_status"READY", ...

Returns the value of attribute target_task_run_status.

Returns:

  • ("READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING")


2976
2977
2978
# File 'sig/types.rbs', line 2976

def target_task_run_status
  @target_task_run_status
end

#task_failure_retry_count::Integer

Returns the value of attribute task_failure_retry_count.

Returns:

  • (::Integer)


2978
2979
2980
# File 'sig/types.rbs', line 2978

def task_failure_retry_count
  @task_failure_retry_count
end

#task_run_status"PENDING", ...

Returns the value of attribute task_run_status.

Returns:

  • ("PENDING", "READY", "ASSIGNED", "STARTING", "SCHEDULED", "INTERRUPTING", "RUNNING", "SUSPENDED", "CANCELED", "FAILED", "SUCCEEDED", "NOT_COMPATIBLE")


2975
2976
2977
# File 'sig/types.rbs', line 2975

def task_run_status
  @task_run_status
end

#task_run_status_counts::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer]

Returns the value of attribute task_run_status_counts.

Returns:

  • (::Hash[("PENDING" | "READY" | "ASSIGNED" | "STARTING" | "SCHEDULED" | "INTERRUPTING" | "RUNNING" | "SUSPENDED" | "CANCELED" | "FAILED" | "SUCCEEDED" | "NOT_COMPATIBLE"), ::Integer])


2977
2978
2979
# File 'sig/types.rbs', line 2977

def task_run_status_counts
  @task_run_status_counts
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2983
2984
2985
# File 'sig/types.rbs', line 2983

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def updated_by
  @updated_by
end