Class: Aws::Types::InstanceTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def deployment_id
  @deployment_id
end

#instance_label"Blue", "Green"

Returns the value of attribute instance_label.

Returns:

  • ("Blue", "Green")


705
706
707
# File 'sig/types.rbs', line 705

def instance_label
  @instance_label
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


703
704
705
# File 'sig/types.rbs', line 703

def last_updated_at
  @last_updated_at
end

#lifecycle_events::Array[Types::LifecycleEvent]

Returns the value of attribute lifecycle_events.

Returns:



704
705
706
# File 'sig/types.rbs', line 704

def lifecycle_events
  @lifecycle_events
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Succeeded", "Failed", "Skipped", "Unknown", "Ready")


702
703
704
# File 'sig/types.rbs', line 702

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def target_arn
  @target_arn
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def target_id
  @target_id
end