Class: Aws::Types::JobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


2884
2885
2886
# File 'sig/types.rbs', line 2884

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2882
2883
2884
# File 'sig/types.rbs', line 2882

def created_at
  @created_at
end

#is_concurrentBoolean

Returns the value of attribute is_concurrent.

Returns:

  • (Boolean)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def is_concurrent
  @is_concurrent
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def job_id
  @job_id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2883
2884
2885
# File 'sig/types.rbs', line 2883

def last_updated_at
  @last_updated_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED", "DELETION_IN_PROGRESS", "SCHEDULED")


2881
2882
2883
# File 'sig/types.rbs', line 2881

def status
  @status
end

#target_selection"CONTINUOUS", "SNAPSHOT"

Returns the value of attribute target_selection.

Returns:

  • ("CONTINUOUS", "SNAPSHOT")


2880
2881
2882
# File 'sig/types.rbs', line 2880

def target_selection
  @target_selection
end

#thing_group_id::String

Returns the value of attribute thing_group_id.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def thing_group_id
  @thing_group_id
end