Class: Aws::Types::ApplicationOperationInfoDetails
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationOperationInfoDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_version_change_details ⇒ Types::ApplicationVersionChangeDetails
Returns the value of attribute application_version_change_details.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#operation_failure_details ⇒ Types::OperationFailureDetails
Returns the value of attribute operation_failure_details.
-
#operation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute operation_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#application_version_change_details ⇒ Types::ApplicationVersionChangeDetails
Returns the value of attribute application_version_change_details.
224 225 226 |
# File 'sig/types.rbs', line 224 def application_version_change_details @application_version_change_details end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
222 223 224 |
# File 'sig/types.rbs', line 222 def end_time @end_time end |
#operation ⇒ ::String
Returns the value of attribute operation.
220 221 222 |
# File 'sig/types.rbs', line 220 def operation @operation end |
#operation_failure_details ⇒ Types::OperationFailureDetails
Returns the value of attribute operation_failure_details.
225 226 227 |
# File 'sig/types.rbs', line 225 def operation_failure_details @operation_failure_details end |
#operation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute operation_status.
223 224 225 |
# File 'sig/types.rbs', line 223 def operation_status @operation_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
221 222 223 |
# File 'sig/types.rbs', line 221 def start_time @start_time end |