Class: Aws::Types::InstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ "Blue", "Green"
Returns the value of attribute instance_type.
-
#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.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
689 690 691 |
# File 'sig/types.rbs', line 689 def deployment_id @deployment_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def instance_id @instance_id end |
#instance_type ⇒ "Blue", "Green"
Returns the value of attribute instance_type.
694 695 696 |
# File 'sig/types.rbs', line 694 def instance_type @instance_type end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
692 693 694 |
# File 'sig/types.rbs', line 692 def last_updated_at @last_updated_at end |
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
693 694 695 |
# File 'sig/types.rbs', line 693 def lifecycle_events @lifecycle_events end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
691 692 693 |
# File 'sig/types.rbs', line 691 def status @status end |