Class: Aws::Types::ApplicationOperationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationOperationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#operation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute operation_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
214 215 216 |
# File 'sig/types.rbs', line 214 def end_time @end_time end |
#operation ⇒ ::String
Returns the value of attribute operation.
211 212 213 |
# File 'sig/types.rbs', line 211 def operation @operation end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def operation_id @operation_id end |
#operation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute operation_status.
215 216 217 |
# File 'sig/types.rbs', line 215 def operation_status @operation_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
213 214 215 |
# File 'sig/types.rbs', line 213 def start_time @start_time end |