Class: Aws::Types::StackSetDriftDetectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::StackSetDriftDetectionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#drift_detection_status ⇒ "COMPLETED", ...
Returns the value of attribute drift_detection_status.
-
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
-
#drifted_stack_instances_count ⇒ ::Integer
Returns the value of attribute drifted_stack_instances_count.
-
#failed_stack_instances_count ⇒ ::Integer
Returns the value of attribute failed_stack_instances_count.
-
#in_progress_stack_instances_count ⇒ ::Integer
Returns the value of attribute in_progress_stack_instances_count.
-
#in_sync_stack_instances_count ⇒ ::Integer
Returns the value of attribute in_sync_stack_instances_count.
-
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
-
#total_stack_instances_count ⇒ ::Integer
Returns the value of attribute total_stack_instances_count.
Instance Attribute Details
#drift_detection_status ⇒ "COMPLETED", ...
Returns the value of attribute drift_detection_status.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def drift_detection_status @drift_detection_status end |
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def drift_status @drift_status end |
#drifted_stack_instances_count ⇒ ::Integer
Returns the value of attribute drifted_stack_instances_count.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def drifted_stack_instances_count @drifted_stack_instances_count end |
#failed_stack_instances_count ⇒ ::Integer
Returns the value of attribute failed_stack_instances_count.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def failed_stack_instances_count @failed_stack_instances_count end |
#in_progress_stack_instances_count ⇒ ::Integer
Returns the value of attribute in_progress_stack_instances_count.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def in_progress_stack_instances_count @in_progress_stack_instances_count end |
#in_sync_stack_instances_count ⇒ ::Integer
Returns the value of attribute in_sync_stack_instances_count.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def in_sync_stack_instances_count @in_sync_stack_instances_count end |
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def @last_drift_check_timestamp end |
#total_stack_instances_count ⇒ ::Integer
Returns the value of attribute total_stack_instances_count.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def total_stack_instances_count @total_stack_instances_count end |