Class: Aws::Types::InstanceTarget
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#instance_label ⇒ "Blue", "Green"
Returns the value of attribute instance_label.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
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.
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.
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.
704 705 706 |
# File 'sig/types.rbs', line 704 def lifecycle_events @lifecycle_events end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
702 703 704 |
# File 'sig/types.rbs', line 702 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
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.
700 701 702 |
# File 'sig/types.rbs', line 700 def target_id @target_id end |