Class: Aws::Types::DeployTargetEvent
- Inherits:
-
Object
- Object
- Aws::Types::DeployTargetEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ Types::DeployTargetEventContext
Returns the value of attribute context.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#context ⇒ Types::DeployTargetEventContext
Returns the value of attribute context.
429 430 431 |
# File 'sig/types.rbs', line 429 def context @context end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
428 429 430 |
# File 'sig/types.rbs', line 428 def end_time @end_time end |
#name ⇒ ::String
Returns the value of attribute name.
425 426 427 |
# File 'sig/types.rbs', line 425 def name @name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
427 428 429 |
# File 'sig/types.rbs', line 427 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
426 427 428 |
# File 'sig/types.rbs', line 426 def status @status end |