Class: Aws::Types::LifeCycleLastLaunchInitiated
- Inherits:
-
Object
- Object
- Aws::Types::LifeCycleLastLaunchInitiated
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ ::String
Returns the value of attribute api_call_date_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#type ⇒ "RECOVERY", "DRILL"
Returns the value of attribute type.
Instance Attribute Details
#api_call_date_time ⇒ ::String
Returns the value of attribute api_call_date_time.
683 684 685 |
# File 'sig/types.rbs', line 683 def api_call_date_time @api_call_date_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def job_id @job_id end |
#type ⇒ "RECOVERY", "DRILL"
Returns the value of attribute type.
685 686 687 |
# File 'sig/types.rbs', line 685 def type @type end |