Class: Aws::Types::StackSetOperation
- Inherits:
-
Object
- Object
- Aws::Types::StackSetOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE", ...
Returns the value of attribute action.
-
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#deployment_targets ⇒ Types::DeploymentTargets
Returns the value of attribute deployment_targets.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
-
#retain_stacks ⇒ Boolean
Returns the value of attribute retain_stacks.
-
#stack_set_drift_detection_details ⇒ Types::StackSetDriftDetectionDetails
Returns the value of attribute stack_set_drift_detection_details.
-
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
-
#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.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def action @action end |
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def administration_role_arn @administration_role_arn end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def @creation_timestamp end |
#deployment_targets ⇒ Types::DeploymentTargets
Returns the value of attribute deployment_targets.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def deployment_targets @deployment_targets end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def @end_timestamp end |
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def execution_role_name @execution_role_name end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def operation_id @operation_id end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def operation_preferences @operation_preferences end |
#retain_stacks ⇒ Boolean
Returns the value of attribute retain_stacks.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def retain_stacks @retain_stacks end |
#stack_set_drift_detection_details ⇒ Types::StackSetDriftDetectionDetails
Returns the value of attribute stack_set_drift_detection_details.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def stack_set_drift_detection_details @stack_set_drift_detection_details end |
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def stack_set_id @stack_set_id end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def status @status end |
#status_details ⇒ Types::StackSetOperationStatusDetails
Returns the value of attribute status_details.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def status_details @status_details end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def status_reason @status_reason end |