Class: Aws::Types::StackSetOperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackSetOperationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE", ...
Returns the value of attribute action.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StackSetOperationStatusDetails
Returns the value of attribute status_details.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#action ⇒ "CREATE", ...
Returns the value of attribute action.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def action @action end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def @creation_timestamp end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def @end_timestamp end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def operation_id @operation_id end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def operation_preferences @operation_preferences end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def status @status end |
#status_details ⇒ Types::StackSetOperationStatusDetails
Returns the value of attribute status_details.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def status_details @status_details end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def status_reason @status_reason end |