Class: Aws::Types::OperationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


563
564
565
# File 'sig/types.rbs', line 563

def ended_at
  @ended_at
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def id
  @id
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def started_at
  @started_at
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_SUCCEEDED")


560
561
562
# File 'sig/types.rbs', line 560

def status
  @status
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def target_arn
  @target_arn
end

#type ⇒ "START_DEPLOYMENT", ...

Returns the value of attribute type.

Returns:

  • ("START_DEPLOYMENT", "CREATE_SERVICE", "PAUSE_SERVICE", "RESUME_SERVICE", "DELETE_SERVICE", "UPDATE_SERVICE")


559
560
561
# File 'sig/types.rbs', line 559

def type
  @type
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


564
565
566
# File 'sig/types.rbs', line 564

def updated_at
  @updated_at
end