Class: Aws::Types::CloudFormationTarget
- Inherits:
-
Object
- Object
- Aws::Types::CloudFormationTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_version_weight ⇒ ::Float
Returns the value of attribute target_version_weight.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def deployment_id @deployment_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
176 177 178 |
# File 'sig/types.rbs', line 176 def last_updated_at @last_updated_at end |
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
177 178 179 |
# File 'sig/types.rbs', line 177 def lifecycle_events @lifecycle_events end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
179 180 181 |
# File 'sig/types.rbs', line 179 def resource_type @resource_type end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
178 179 180 |
# File 'sig/types.rbs', line 178 def status @status end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def target_id @target_id end |
#target_version_weight ⇒ ::Float
Returns the value of attribute target_version_weight.
180 181 182 |
# File 'sig/types.rbs', line 180 def target_version_weight @target_version_weight end |